Last thing, and this is an alt account because of my procrastination settings, go ahead and type this into your browser's inspector Console: ``` const foo = {}; const bar = foo.baz + foo.something; console.log(bar); ```…
Last thing, and this is an alt account because of my procrastination settings, go ahead and type this into your browser's inspector Console: ``` const foo = {}; const bar = foo.baz + foo.something; console.log(bar); ```…