Primitive Data type Javascript has two data types. One is a primitive value and other is Reference value. List of Premitive value is string,number,boolean,null,undefined,symble(es6).On the other hand List of Reference value is object,array,function,date. Primitive value is immutable.when primitive value create it does not change. That means if you change the primitive value you…