impatient-js icon indicating copy to clipboard operation
impatient-js copied to clipboard

Chapter: Variables and assignment

Open rauschma opened this issue 7 years ago • 8 comments
trafficstars

rauschma avatar Jun 26 '18 16:06 rauschma

Axel, re: impatient-js-quiz/variables-assignment.html image

Regards!

tedonmain avatar Jan 22 '19 02:01 tedonmain

@tedonmain The Node.js REPL interprets the open brace as the beginning of an object literal. Try it in a browser console or a .js file!

rauschma avatar Jan 22 '19 11:01 rauschma

At the end of section 10.4 "can’t be access outside it" should be "can’t be accessed outside it".

debradley avatar Mar 08 '19 18:03 debradley

@debradley Thanks! Fixed in next release.

rauschma avatar Mar 23 '19 18:03 rauschma

Axel, re: impatient-js-quiz/variables-assignment.html image

Regards!

@tedonmain, node.js v10.15.3 on windows 10, no errors.

ctx2002 avatar Apr 05 '19 00:04 ctx2002

window object not allowing to delete the properties. Can you try to delete the property in your browser? delete window.myGlobalVariable; image

ghost avatar Jul 17 '19 04:07 ghost

Firefox Developer Edition not allowing to delete the Variables in window or self Object, But Chrom allowing.

ghost avatar Jul 29 '19 08:07 ghost

Fourth bullet point of 10.7 ("They can only be created while at the top level of a script, via const, `let, and class declarations") is missing a backtick after "let".

royertiago avatar Jul 01 '20 22:07 royertiago