Search posts, tags, users, and pages
Sanjay Vyas
Code Visualiser; Technosaurus Rex; Removing software chaos, one program at at ime
ECMAScript standards are evolving rapidly with lots of new features being added regularly. Sometimes there are new features (like inclusion of class keyword) and sometimes they add to existing features. Recently JS got the ability to define "methods"...
George R. NICA
code dabbler
printThis(), since it is a 'mere' method, while printThat() is a function and comes with the 'weight' of its own prototype.
printThis()
printThat()
Manjunath
printThis :)
George R. NICA
code dabbler
printThis(), since it is a 'mere' method, whileprintThat()is a function and comes with the 'weight' of its own prototype.