What are global functions?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are global functions?
Rating:
Functions that do not belong to any objects are called global functions. These functions can be used without the reference to any object. They are used to convert data from one type to another.
Some examples of global functions are eval, parseInt, parseFloat, etc.
Rating:
Was this information helpful?
Other articles
- What is the indexOf method?
- How to use the blur() method?
- What is the checked property?
- Things to practice for CIW test 1D0-435.
- How to use the write method?