Variable Mutation

Introduction to variable mutation and how variables can be reassigned to different values in JavaScript.

We'll cover the following

Mutation

Variable mutation is reassigning a variable to another value. This is simply done with the assignment operator =.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy