Introduction to JavaScript – Libraries
Lesson: Introduction to JavaScript Libraries and Instance Methods Lesson Overview: In this lesson, you'll learn the difference between instance methods and library methods in JavaScript, with a particular focus on the Math library. We'll explore how to use instance-independent methods (also known as static methods) from libraries like Math to perform common tasks[ ► ]
Introduction to JavaScript – Built-in Methods
Introduction to JavaScript - Built-in Methods - While the length of a string is calculated when an instance is created, a string instance also has methods that calculate new information as needed. When these built-in methods are called on an instance, they perform actions that generate an output. Built-in methods are called, or used,[ ► ]


