Name
|
Description
|
|
Converts the specified
string to lowercase.
|
||
|
|
|
Converts the specified
string to uppercase.
|
||
|
|
|
Invokes the iterator
function once for each item in obj collection, which can be
|
||
either an object or an array.
|
||
|
||
|
|
|
Determines if a reference
is undefined.
|
||
|
|
|
Determines if a reference
is defined.
|
||
|
|
|
Determines if a reference
is an Object.
|
||
|
|
Wednesday, September 6, 2017
What is Global API?
Global API provides you global functions to perform common JavaScript tasks such as comparing objects, deep copying, iterating through objects, and converting JSON data etc. All global functions can be accessed by using the angular object. The list of global functions is given below:
Subscribe to:
Post Comments (Atom)
What is restrict option in directive?
The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...
-
JavaScript is a general-purpose programming language designed to let programmers of all skill levels control the behavior of software objec...
-
The delete operator is used to delete all the variables and objects used in the program ,but it does not delete variables declared with...
No comments:
Post a Comment