So far, we covered various aspects of JavaScript, including data types, operators, conditionals, loops, functions, objects, truthy and falsey values, type coercion and conversion, and logical operators. A Brief Summary Variables and Data Types Variables can be declared using const, let, or var const is used for variables that won’t be reassigned let is used for variables…