Convenient Javascript Functions

At the javascript.crockford.com site, I found some really cool functions I wish I have known them earlier.

  • typeof
  • isEmpty()
  • entityify()
  • quote()
  • supplant()
  • trim()

Source codes

I also learned some really good tips from it! Thanks to the author!

Leave a Comment