Profile
Achievement

anagaiyahoocom's Recent SnippetsTagged javascript
- All /
« Prev 1 Next »
This will check if object is an array object.
This will add isArray() method to Array native object. Can be used to check if passed in object is an array. Future ecmascript 5 will have this included. Can use this in the meantime.
Using instance...
0
1260
posted 14 years ago by anagaiyahoocom
This will detect if console.log is available in browser and display the message. Otherwise will display as alert message
0
1084
posted 14 years ago by anagaiyahoocom