Skip to content

Tag: Javascript

Explore our comprehensive collection of health articles in this category.

What is a Sugar Function? Understanding Syntactic Sugar in Programming

3 min read
The term “syntactic sugar” was coined in 1964 by computer scientist Peter J. Landin to describe language features that make code sweeter for humans to read and write. A sugar function, or any syntactic sugar, is a convenience for developers that does not fundamentally change the language's core functionality.

What Do You Use D3 For? The Ultimate Guide to Interactive Data Visualization

5 min read
According to the IEEE VIS 2021 Test of Time Award, D3 helped bring data visualization into the mainstream, impacting how millions of visuals are created across newsrooms and websites. So, what do you use D3 for in modern web development? The powerful JavaScript library is the toolkit of choice for crafting custom, dynamic, and interactive data stories directly in the browser.