INNER CODE UNIT · JavaScript
c
akshadjaiswal/Namaste-Nodejs · Chapter 03 - Let's Write the code/Code/app.js:4
var c = a + b;
console.log(name);
console.log(c);
// console.log(global)
// The globalThis global property contains the global this value, which is usually akin to the global object.
console.log(globalThis)
console.log(globalThis=== global)