Skip to main content
Source Link
Ant
  • 2.6k
  • 2
  • 19
  • 25

Functions that reimplement basic functionality of the language. For example, if you ever see a "getStringLength()" method in JavaScript instead of a call to the ".length" property of a string, you know you're in trouble.

Post Made Community Wiki