Skip to main content

A Primer on JavaScript

info

This page is part of a primer series that includes Java, Python, JavaScript (JS), and TypeScript. It is subject to continuous improvement.

JavaScript (JS) follows a multi-paradigm programming approach. The ability to switch between procedural, object-oriented, and functional programming styles may be desired when a rigid object-oriented framework is not advantageous.