Echo JS
- Don't Overcomplicate Javascript #0 https://bits.ristic.io/dont-overcomplicate-javascript-0 19 comments
Hacker News
- Testing for -0 (negative zero) in JavaScript http://www.wirfs-brock.com/allen/posts/128 10 comments
- Rust from 0 to 80% for JavaScript Developers https://michaelsalim.co.uk/blog/rust-from-0-to-80-for-js-dev/ 59 comments
- JavaScript: The Curious Case of null >= 0 https://blog.campvanilla.com/javascript-the-curious-case-of-null-0-7b131644e274 141 comments
- JavaScript Growing Pains: From 0 to 13,000 Dependencies https://pragmaticpineapple.com/javascript-growing-pains-from-0-to-13000-dependencies/ 88 comments
Lobsters
- Rust from 0 to 80% for JavaScript Developers https://michaelsalim.co.uk/blog/rust-from-0-to-80-for-js-dev/ 5 comments javascript , rust
- Javascript: The Curious Case of Null >= 0 https://blog.campvanilla.com/javascript-the-curious-case-of-null-0-7b131644e274 3 comments javascript
- You don't need void 0 in JavaScript https://p42.ai/blog/2022-05-10/you-dont-need-void-0 3 comments frontend
- I wrote a new OAuth2 library for Javascript. 0 dependencies and tiny. https://evertpot.com/oauth2-javascript-client/ 17 comments node
- You don't need void 0 in JavaScript https://dev.to/p42/you-dont-need-void-0-663 65 comments javascript
- Why Vim Uses hjkl -Why JavaScript months start from 0 https://www.hillelwayne.com/post/always-more-history/ 66 comments programming
- Don't Overcomplicate Javascript #0 https://bits.ristic.io/dont-overcomplicate-javascript-0 35 comments javascript
- In JavaScript, why does (null + null === 0) return true? https://news.ycombinator.com/item?id=7699846 6 comments javascript
- Why does {} + [] return 0 in Javascript? http://stackoverflow.com/questions/11939044/why-does-return-0-in-javascript 4 comments javascript
- How do I skip the "time remaining" counter on this site's JavaScript? Basically, setting it to 0. https://paste.ofcode.org/gbhb5wqjbtrg3sri3ylfuj 3 comments javascript
- Javascript : The Curious Case of Null >= 0 https://blog.campvanilla.com/javascript-the-curious-case-of-null-0-7b131644e274 9 comments webdev
- Javascript : The Curious Case of Null >= 0 https://blog.campvanilla.com/javascript-the-curious-case-of-null-0-7b131644e274 300 comments programming
- Javascript : The Curious Case of Null >= 0 https://blog.campvanilla.com/javascript-the-curious-case-of-null-0-7b131644e274 122 comments javascript
- [javascript]What does cache[n] = (cache[n]||0) mean? https://www.reddit.com/r/learnprogramming/comments/5l5yke/javascriptwhat_does_cachen_cachen0_mean/ 11 comments learnprogramming
- [] == 0. Check. 0 == '0'. Check. '0' != []. Ch- wait, what?! JavaScript, that's what. http://zero.milosz.ca/ 363 comments programming
- Testing for -0 in JavaScript -> function isNegativeZero(x) {return x === 0 && 1/x < 0;} http://www.wirfs-brock.com/allen/posts/128 18 comments programming
- Introducing The "Javascript Fatigue" stack: a template to start NodeJS web applications with 0 dependencies and the MVC architecture https://github.com/the-zen-stack/the-javascript-fatigue-stack/tree/main 13 comments webdev
- Recent Firefox makes connections just by hovering over a link! No CSS, no JavaScript, no prefetch required. Set network.http.speculative-parallel-limit to 0 to disable it. https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_speculative-pre-connections 17 comments privacy
- String lambdas in javascript. Cool! [0,1,2,3,4,5].filter (lambda ('>=4')) https://github.com/fschaefer/lambda.js 20 comments javascript