/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

humanwhocodes.com
| | www.dannyguo.com
4.8 parsecs away

Travel
| | [AI summary] This article explains how to use the startsWith and endsWith methods in JavaScript to check string prefixes and suffixes, including advanced usage with indices and string alternatives.
| | rachelappel.com
1.6 parsecs away

Travel
| | JavaScript is everywhere. It's run in web sites, as utilities on many operating systems, and in any host, like IE, Firefox, or Chrome and it's a first class citizen in Windows 8 Metro style app development. Since JavaScript has been around for a long time, it still has a lot of baggage from when it...
| | joeyreyes.dev
1.6 parsecs away

Travel
| | Happy new year! I'm kicking 2022 off with a post that has been in my queue for quite some time, an exploration of strict mode in JavaScript
| | mitchkeenan.com
32.6 parsecs away

Travel
| [AI summary] This blog post introduces Headless Chrome and Puppeteer, explaining their uses in web scraping, automation, and testing, with examples of command-line operations and code snippets for implementation.