/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

mariusschulz.com
| | blog.alexanderkaran.com
2.6 parsecs away

Travel
| | Mastering Array Search with some, indexOf, and includes in JavaScript
| | www.codeandunicorns.com
4.5 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.
| | idiallo.com
3.3 parsecs away

Travel
| | There are many ways to detect if an object is an array. I found a single line of code to rule them all.
| | www.davidbcalhoun.com
25.5 parsecs away

Travel
| Demystifying two often-confused methods to simplify multi-argument functions in JavaScript.