Hacker News
- What does ‘that = this’ in JavaScript mean? https://dbwriteups.wordpress.com/2017/04/08/what-does-that-this-in-javascript-mean/ 58 comments
- What does `return function *(){…}` mean in JavaScript? http://stackoverflow.com/q/19833945/375966 26 comments
- What does callback hell means in JavaScript? http://i.imgur.com/pYXtBa0.png 4 comments
- My response to "CoffeeScript means giving up on JavaScript" http://paulbjensen.co.uk/blog/2011/11/06/my-response-to-coffeescript-means-giving-up-on-javascript 16 comments
- CoffeeScript Means Giving Up on JavaScript http://www.w2lessons.com/2011/11/coffeescript-means-giving-up-on.html 65 comments
- Will the Rise of Javascript Mean the End of LAMP? http://www.infoq.com/news/2011/04/javascript-lamp 2 comments
- Say What You Mean (in JavaScript) http://iterative.ly/2010/05/18/say-what-you-mean-in-javascript/ 31 comments
- Wmd - “what you see is what you mean” Markdown editor written in JavaScript http://wmd-editor.com/ 5 comments
Lobsters
- Clever JavaScript does not mean simple or readable https://gomakethings.com/clever-javascript-does-not-mean-simple-or-readable/ 14 comments practices
- K-Means Clustering in JavaScript https://miguelmota.com/blog/k-means-clustering-in-javascript/ 2 comments javascript
- What does the "Uncaught" of the "Uncaught SyntaxError" mean in JavaScript? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypeError 2 comments learnprogramming
- JavaScript: What is the meaning of this? https://web.dev/javascript-this/ 2 comments frontend
- Paged.js - a free and open source JavaScript library that paginates content in the browser to create PDF output from any HTML content. This means you can design works for print (eg. books) using HTML and CSS https://www.pagedjs.org/ 55 comments javascript
- WebAssembly: what it means for JavaScript and the future of web development https://blog.logrocket.com/webassembly-how-and-why-559b7f96cd71 7 comments programming
- What on Earth does this Javascript mean? https://www.reddit.com/r/learnprogramming/comments/7v2b2h/what_on_earth_does_this_javascript_mean/ 9 comments learnprogramming
- What Google AMP means for the JavaScript community https://molily.de/amp/ 10 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
- What does => mean in Javascript? https://www.reddit.com/r/learnprogramming/comments/5i3xnx/what_does_mean_in_javascript/ 18 comments learnprogramming
- TIL JavaScript lets you modify something's prototype at any time in your program, which means you can add extra methods to existing objects at runtime https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript 14 comments programmertil
- [Javascript] What does the percentage sign in front of a function call mean? https://github.com/v8/v8/blob/264fa75e529562a6f5df97c5daf1867cd81c58d2/src/js/math.js 4 comments learnprogramming
- [Javascript] What does this line mean? http://userscripts.org/scripts/review/122073 7 comments learnprogramming
- Full-Stack JavaScript With MEAN And Yeoman http://addyosmani.com/blog/full-stack-javascript-with-mean-and-yeoman/ 4 comments javascript
- What does `return function *(){...}` means in javascript ? http://stackoverflow.com/questions/19833945/what-does-return-function-means 3 comments programming
- JavaScript Function Contexts and the Meaning of This http://blog.codecentric.de/en/2012/11/javascript-function-contexts-this-proxy/ 4 comments javascript
- Please explain what it means to defer parsing of JavaScript https://developers.google.com/speed/docs/best-practices/mobile#DeferParsingJS 7 comments webdev
- CoffeeScript Means Giving Up on JavaScript http://www.w2lessons.com/2011/11/coffeescript-means-giving-up-on.html 161 comments programming
- Input Validation means more than Javascript http://www.codelord.net/2011/06/20/input-validation-means-more-than-javascript/ 10 comments programming
- The Vanilla JavaScript Repository - Because lighter plugins mean lighter sites https://vanillalist.top/ 4 comments frontend
- The Vanilla JavaScript Repository - Because lighter plugins mean lighter sites https://vanillalist.top/ 2 comments webdev
- The Vanilla JavaScript Repository - Because lighter plugins mean lighter sites https://vanillalist.top/ 7 comments javascript
- Kraken is a cross-platform web engine that’s built on Flutter but uses a JavaScript compiler – which means it’s basically React Native for any JavaScript framework. https://openkraken.com/en-US 3 comments vuejs
- RootCause – a web debugging tool to Record, Replay and Reproduce javascript errors. RootCause records video and all events of a user session (keyboard, mouse, ajax etc). This means you can both watch the session and do a Live Replay of it to debug tricky javascript errors. https://therootcause.io 4 comments javascript