/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gameprogrammingpatterns.com
| | journal.stuffwithstuff.com
3.5 parsecs away

Travel
| | [AI summary] The author demonstrates a hack to implement multiple inheritance in JavaScript using proxies, discusses the pros and cons of this approach compared to single inheritance, and argues for better trait composition in web development.
| | mathiasbynens.be
2.9 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | markdalgleish.com
3.3 parsecs away

Travel
| | The object-oriented features of JavaScript, such as constructors and prototype chains, are possibly the most misunderstood aspects of the language. ...
| | www.codeandunicorns.com
19.3 parsecs away

Travel
| Function is isValideDate can be used for example on a string data.isValideDate() to confirm that date is in correct format like these 2 for example: 04-11-2012 4-11-12 The isNumeric function is used same way with data.