javascript6_examples icon indicating copy to clipboard operation
javascript6_examples copied to clipboard

Examples from JavaScript: The Definitive Guide, 6th Edition

Results 4 javascript6_examples issues
Sort by recently updated
recently updated
newest added

I love your book so much,it's not only broad also deep,make me think a lot and less confusion.I also preview the 7edition on oreilly,It's also great.I can't wait to own...

Hello, I saw in the introduction to the 75th page of the JavaScript Authoritative Guide(Rhino book): About strict equality operators, if both values are null or both are undefined, they...

@davidflanagan in **examples/09.12.SingletonSet.js** line: 11, shouldn't `SingletonSet` be passed to `extend` instead of `SingletonSet.prototype` ? Additionally if extend is defined like this: `Function.prototype.extend = function(){}` shouldn't it be used with...

Any pointers or speculation on this? Thanks!