Javascript Resources
An introduction to Javascript programming, client-side and server-side scripts, coding projects, resources for parents and more. Javascript is the foundation of modern websites and applications.

What does $ mean in Javascript?
Explore the versatile uses of the $ symbol in Javascript, from variable naming to jQuery shortcuts and string interpolation in template literals.

How to find the Absolute Value in Javascript
Dive into our comprehensive guide on calculating the absolute value in Javascript!

How to capitalize the first letter of a Javascript string
Master string capitalization in JavaScript with three proven methods!

Understanding the Asterisk (*) Symbol in Programming Languages
Discover how the asterisk (*) symbol serves multiple purposes across programming languages, from basic arithmetic to advanced memory management and pattern matching!

The Javascript splice method
Learn how to modify Javascript arrays in place by changing elements at specific positions.

How to create lists of lists in Javascript
Learn to work with lists of lists, or nested arrays, in Javascript!

Javascript’s Array find()
Learn about the versatile find() method for Javascript arrays!


How to Open All Links in a New Tab using Javascript
Learn a simple trick to open links in a new tab when they are clicked on a webpage!
