what do the diffrent ammounts of = mean in js code example
Example 1: type javascirpt
console.log(typeof 42);
Example 2: typeof javascript
console.log(typeof 'blubber');
console.log(typeof 42);
console.log(typeof 'blubber');