Axel Rauschmayer
Axel Rauschmayer
@ezhmd Immediately after that example, there is a link to https://exploringjs.com/impatient-js/ch_booleans.html#falsiness-truthiness It is all explained there.
@ezhmd Yes and no – as discussed in the linked content: https://exploringjs.com/impatient-js/ch_booleans.html#pitfall-truthiness-checks-are-imprecise
@mday64 Thanks for the feedback! * The current setup is indeed not ideal. I had to do this to provide ESM support even on older Node.js versions. * The exercises...
@mrchief Thanks for the feedback! I especially appreciate content-related comments (what is difficult to understand etc.). In the next release, the typos you reported will be fixed and the chapter...
@ivansvlv I’m now slightly indenting the code, which should help.
@codesurgeon Thanks! This will be fixed in the next release.
@wlycdgr You can, because the issue is that JavaScript makes a distinction where there shouldn’t be one.
@cramhead Indeed, thanks! Fixed in next release.
@VernonHawk Thanks! Both things will be fixed in the next release.
@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!