- JavaScript code to create bubble charts and graphs.

The example below shows a bubble chart created using JavaScript, along with the source code that you can edit in your browser or save to your computer to run locally.
- JavaScript code to create a scatter plot with custom markers.

The example below illustrates a multi-series scatter plot created using JavaScript, where you'll see the markup style for the second series is changed to a triangle.
- JavaScript code to create a zoomable chart with Zoom & Pan functionality.

The example below illustrates a bubble chart template created using JavaScript that features chart zoom and rotation capabilities.
- JavaScript code to create a scatter plot/point chart

Below is an example of a scatter plot/point chart created using JavaScript, along with the HTML source code that you can edit in your browser or save to your computer to run
- JavaScript code to create a combined area and line chart.

The example below illustrates daily temperature variation along with its average value by combining a range-based and line plot created using JavaScript.
- JavaScript code to create a chart/graph combining lines, areas, and columns.

The example below illustrates a combined column, line, and area chart created using JavaScript. It also contains source code that you can edit in your browser or save to your
- Sample JavaScript code to create a chart with a second axis.

The sample code for the Multiple Axis chart, generated in JavaScript, makes it easy to compare series with different ranges within the same chart, instead of flipping back and
- Machine Learning in JavaScript

Machine learning can be mathematically intensive. This is where JavaScript comes in handy, with its user-friendly software simplifying the process of creating and training neural
- How to use pointer events in JavaScript

JavaScript has a newer standard called pointer events. It handles both mouse and touch operations, so you don't have to worry about implementing each separately.
- How to create a word counter in JavaScript

You can create your own word counter using HTML, CSS, and JavaScript. Open the word counter in your web browser, enter your text in the input field and see how many words you've
- What is Currying in Javascript? How to use Currying in JavaScript

The currying feature in JavaScript can help you keep your code tidy and give you a new way of seeing how functions work. Currying is ideal when you want to break complex logic into
- Things to know about 'this' in JavaScript

Are you having trouble understanding the keyword 'this' in JavaScript ? Then please read what you need to know about 'this' in JavaScript below.
- How to Implement Smooth Scrolling in JavaScript

Smooth scrolling is a technique used in web development to create a smooth scrolling experience for users. Here's how to implement smooth scrolling in JavaScript .
- How to use server actions in Next.js

Offloading work from your client to your server is easy with Next.js server actions. Here's everything you need to know about server actions in Next.js.
- New features worth trying in Astro 2.5

JavaScript meta framework Astro has been updated, bringing users great new features. Here are the new features worth trying in Astro 2.5.
- How to use Intl API in JavaScript

Reach a wider audience by directing content to any language using the Intl API. Here's how to use the Intl API in JavaScript.
- Tips and tricks that JavaScript programmers need to know

JavaScript is the most widely used programming language today. If you are also using JavaScript to program a web, application or program, the following tips may help you.
- What is the difference between Java and JavaScript?

Although the names of Java and JavaScript seem to be related (JavaScript seems to be a script in Java?), But that's the only similarity. These two languages are not technically
- How to Code a Phrasal Template Word Game Using Javascript

Phrasal word template games are game in which the player fills in a random part of speech, not knowing what it will be applied to. The most popular example of this is MadLibs. This
- How to Debug Javascript

The ability to debug code is an essential tool in any programmer's arsenal. Debugging will give you inside information into how your program is functioning, in real-time, as it