Hacker News
- JavaScript is not single-threaded https://medium.com/@elliott.hill_43300/javascript-is-not-single-threaded-b23ed698b9e1 2 comments
- Learn Node.js – my free JavaScript book https://learnnodejs.dev 2 comments
- JavaScript Keyword Puzzle https://javascript.christmas/2018/24 3 comments
- Making the most of JavaScript’s “future” today with Babel https://strongloop.com/strongblog/javascript-babel-future/ 3 comments
- Show HN: “Why Using Jsdoced JavaScript?” – Test Your JavaScript with Jsdoc https://www.youtube.com/watch?v=7NMTU_Yvh4s 2 comments
- Rewiring the JavaScript Console in CodePen http://joshbassett.info/2014/rewiring-the-javascript-console-in-codepen/ 5 comments
- Developer Preview of AWS SDK for JavaScript in the Browser http://aws.typepad.com/aws/2013/10/developer-preview-aws-sdk-for-javascript.html 30 comments
- Choc: Bret Victor's 'Learnable Programming' implemented in Javascript http://fullstack.io/choc/ 56 comments
- Very clever story telling using HTML and Javascript... http://hobolobo.net/ 28 comments
- Simple Way to Extract GET Params from a JavaScript Script Tag http://loopj.com/2010/06/12/simple-way-to-extract-get-params-from-a-javascript-script-tag/ 25 comments
- How fast is javascript? Simulating 20,000,000 particles https://dgerrells.com/blog/how-fast-is-javascript-simulating-20-000-000-particles 11 comments programming
- Squeezing Last Bit Of JavaScript Performance For My Automation Game https://ruoyusun.com/2024/01/23/cividle-optimization 43 comments javascript
- Parameter vs Argument in JavaScript https://youtube.com/watch?feature=share&v=wQgj4KnI5hY 4 comments learnjavascript
- [AskJS] a song in JavaScript https://www.reddit.com/r/javascript/comments/o0zvky/askjs_a_song_in_javascript/ 3 comments javascript
- I recreated the C Spinning Donut in JS and made it into a HTML/JS hybrid (both a javascript file & webpage). https://spinningdonut.tk 5 comments javascript
- Cool pattern in JavaScript. http://charn.co.za 11 comments javascript
- The Weird History of JavaScript https://www.youtube.com/watch?v=Sh6lK57Cuk4 383 comments programming
- typeofNaN – I created a Medium publication that focuses on Javascript fundamentals, tips, and tricks. I would love your submissions if you would like to publish some tutorials or articles! https://medium.com/typeofnan 4 comments javascript
- Animating URLs with Javascript and Emojis http://matthewrayfield.com/articles/animating-urls-with-javascript-and-emojis/#%F0%9F%8C%92 10 comments javascript
- Visualizing Promise.all in JavaScript https://danlevy.net/visualizing-promises/ 3 comments javascript
- The State of JavaScript 2018 https://2018.stateofjs.com/ 116 comments webdev
- The Ultimate Guide to Execution Contexts, Hoisting, Scopes, and Closures in JavaScript https://tylermcginnis.com/ultimate-guide-to-execution-contexts-hoisting-scopes-and-closures-in-javascript/ 22 comments javascript
- Found this spectre and meltdown checker online with javascript. Is this real or fake? https://codepen.io/internweb/full/xvzmqw/ 9 comments javascript
- Introducing: React Academy - React and Javascript workshops https://reactacademy.io/ 6 comments reactjs
- Javascript frameworks of 2017? https://www.reddit.com/r/javascript/comments/5gkzby/javascript_frameworks_of_2017/ 46 comments javascript
- 400 musical instruments for Javascript https://github.com/surikov/webaudiofont 7 comments javascript
- rollup.js - a next-generation JavaScript module bundler http://rollupjs.org/#%7B%22options%22:%7B%22format%22:%22amd%22,%22modulename%22:%22mybundle%22,%22globals%22:%7B%7D%7D,%22modules%22:%5B%7B%22name%22:%22main.js%22,%22code%22:%22import%20%7B%20cube%20%7D%20from%20%27./maths.js%27;%5Cnconsole.log%28%20cube%28%205%20%29%20%29;%20//%20125%22%7D,%7B%22name%22:%22maths.js%22,%22code%22:%22//%20this%20function%20isn%27t%20used%20anywhere,%20so%5Cn//%20rollup%20excludes%20it%20from%20the%20bundle...%5Cnexport%20function%20square%20%28%20x%20%29%20%7B%5Cn%5Ctreturn%20x%20*%20x;%5Cn%7D%5Cn%5Cn//%20this%20function%20gets%20included%5Cnexport%20function%20cube%20%28%20x%20%29%20%7B%5Cn%5Ct//%20rewrite%20this%20as%20%60square%28%20x%20%29%20*%20x%60%5Cn%5Ct//%20and%20see%20what%20happens!%5Cn%5Ctreturn%20x%20*%20x%20*%20x;%5Cn%7D%22%7D%5D%7D 9 comments javascript
- Node-Machine: An Open Standard for JavaScript Functions http://felixrieseberg.com/deploying-sailsjs-apps-in-seconds/ 7 comments javascript
- tré – metamorphic Lisp compiler – compiles itself to C, JavaScript and bytecode. Can also generate PHP. https://github.com/svenmichaelklose/tre 14 comments lisp
- Simple way to recursively curry javascript functions https://gist.github.com/amatiasq/2e4344792f28611fa499 25 comments javascript
- Lineman is a command-line utility that is hyper-focused on helping web developers build first-class JavaScript web applications http://www.linemanjs.com/ 28 comments javascript
- Kicking off the new year with a new JavaScript project, Planetary.js! Make awesome interactive globes for the web. http://planetaryjs.com/ 12 comments javascript
- 6 Examples of Hard to Test JavaScript http://blog.pluralsight.com/2013/06/06/6-examples-of-hard-to-test-javascript/ 9 comments javascript
- JSDB (JavaScript Database) is a collection of the best clientside javascripts http://jsdb.io/ 13 comments javascript
- Ten Oddities And Secrets About JavaScript http://coding.smashingmagazine.com/2011/05/30/10-oddities-and-secrets-about-javascript/ 8 comments javascript
- Zebra | JavaScript Rich UI, OOP developing http://www.lw-zone.org/word/ 6 comments javascript
- Treating JavaScript Like a 30 Year Old Language http://jeremyckahn.github.com/blog/2012/07/01/treating-javascript-like-a-30-year-old-language/ 39 comments javascript
- Chaining Assert for JavaScript http://nixtu.blogspot.com/2011/05/chaining-assert-for-javascript.html 11 comments javascript
- Closures explained with JavaScript http://skilldrick.co.uk/2011/04/closures-explained-with-javascript/ 13 comments programming
- Looking for testers on a JavaScript error tracking service I built. http://www.exceptionhub.com/ 4 comments javascript