1. Primitive Values In JavaScript, there are many primitive values like “String”, “Number”, “Null”, “undefined”, “Boolean” etc. Which are not manipulated by us like any Object or Function. At first, you may think what is difference between number & object!!! because call and store value what we need in there. But wait, there…