Hacker News
- Berlin is a new functional language that transpiles to JavaScript http://berlinlang.org 2 comments
- Functional Programming in JavaScript: Interactive Exercises http://reactivex.io/learnrx/ 6 comments
- Roy — small functional language that compiles to JavaScript http://roy.brianmckenna.org/ 48 comments
- The seventh way to call a JavaScript function without parentheses https://portswigger.net/research/the-seventh-way-to-call-a-javascript-function-without-parentheses 3 comments netsec
- How to export both a React component and a function to another JavaScript file? https://pastebin.com/ySzr5Ubk 4 comments reactjs
- Memoizing async functions in JavaScript https://stackfull.dev/memoizing-async-functions-in-javascript 13 comments javascript
- Guide To Javascript Array Functions: Why you should pick the least powerful tool for the job https://jesseduffield.com/array-functions-and-the-rule-of-least-power/ 32 comments javascript
- Functional Programming basics with JavaScript - my post but would appreciate feedback https://medium.com/the-linus-blog/functional-programming-in-javascript-and-why-you-should-utilize-it-part-1-b1705522d769 110 comments javascript
- My JavaScript functions are not being detected in vscode when used in HTML. Can I fix this? https://www.reddit.com/r/webdev/comments/gcmd8b/my_javascript_functions_are_not_being_detected_in/ 4 comments webdev
- JavaScript funny dancing emoticons - js console animation with basic trigonometry functions https://dirask.com/posts/javascript-how-to-make-animated-sinus-in-console-with-vanillajs-vjvxld 6 comments javascript
- Functional Programming In JavaScript By Example https://www.codeproject.com/articles/5163009/functional-programming-in-javascript-by-example 7 comments javascript
- 30 seconds of code: Learn JavaScript in 30 seconds, one function at a time https://30secondsofcode.org 26 comments javascript
- Functional Programming with JavaScript in 3 Steps https://medium.com/@alexnault/functional-programming-with-javascript-in-3-steps-f282934947e5 95 comments javascript
- Advance your JavaScript knowledge with this extension. 500+ JS functions, interview questions and much more! https://30secondsofknowledge.com 92 comments javascript
- Javascript: call functions without using parenthesis (what?!) https://michelenasti.com/2018/09/19/javascript-chiamare-funzioni-senza-usare-parentesi-(what!).html 6 comments javascript
- LINQ-like functions in JavaScript with deferred execution https://surfingthecode.com/2017/09/linq-like-functions-in-javascript-with-deferred-execution/ 7 comments csharp
- Javascript function returns null when running extension, but Boolean when using console https://www.reddit.com/r/javascript/comments/6kwsyj/javascript_function_returns_null_when_running/ 3 comments javascript
- I want to learn more functional javascript - resources or patterns to look into? https://www.reddit.com/r/javascript/comments/5rcgkp/i_want_to_learn_more_functional_javascript/ 3 comments javascript
- Applying Functional Thinking When Refactoring JavaScript Code https://nulogy.com/who-we-are/company-blog/articles/functional-js/ 9 comments javascript
- A javascript function that formats international phone numbers https://www.reddit.com/r/webdev/comments/4x475s/a_javascript_function_that_formats_international/ 4 comments webdev
- Functional composition in JavaScript https://blog.jacob.uk.com/functional-composition-in-javascript/ 20 comments programming
- Node-Machine: An Open Standard for JavaScript Functions http://felixrieseberg.com/deploying-sailsjs-apps-in-seconds/ 7 comments javascript
- Currying, spice up your javascript functions http://requiremind.com/currying-spice-up-your-javascript-functions/ 9 comments javascript
- Simple way to recursively curry javascript functions https://gist.github.com/amatiasq/2e4344792f28611fa499 25 comments javascript
- Realtime JavaScript or Calling Functions Fast http://agentx.svbtle.com/realtime-javascript 9 comments javascript
- Composing Functions in JavaScript http://blakeembrey.com/articles/compose-functions-javascript/ 19 comments javascript
- Functional Mixins and Advice in JavaScript http://rathercurio.us/functional-mixins-and-advice-in-javascript 10 comments javascript
- AngularJS - $compile: How it works, a marvel of functional JavaScript http://www.benlesh.com/2013/08/angular-compile-how-it-works-how-to-use.html 3 comments javascript
- Why I Test Private Functions In JavaScript http://philipwalton.com/articles/why-i-test-private-functions-in-javascript/ 12 comments javascript
- Fun.js – Functional JavaScript http://blog.fogus.me/2013/05/29/fun-js-pt-1-functional-javascript/ 14 comments javascript
- How to execute a JavaScript function when I have its name as a string http://stackoverflow.com/questions/359788/how-to-execute-a-javascript-function-when-i-have-its-name-as-a-string 14 comments webdev
- JSOL: JavaScript Object Language - functional programming language fully representable in JSON http://jsol.org 9 comments compsci
- What is a HEAVYWEIGHT JavaScript function? https://bugzilla.mozilla.org/show_bug.cgi?id=610350#c11 9 comments javascript
- Curried JavaScript functions http://javascript.crockford.com/www_svendtofte_com/code/curried_javascript/index.html 4 comments javascript
- Async functions solve callback hell for the Promise “monad”. Generators solve this for any Monad in JavaScript. https://medium.com/flock-community/monads-simplified-with-generators-in-typescript-part-1-33486bf9d887 8 comments javascript
- [Javascript] Self invoking functions and function declarations/expressions https://www.reddit.com/r/learnprogramming/comments/acdwcz/javascript_self_invoking_functions_and_function/ 3 comments learnprogramming
- A Gentle Introduction to Functional JavaScript: Part 1 http://jrsinclair.com/articles/2016/gentle-introduction-to-functional-javascript-intro/?utm_source=javascriptweekly&utm_medium=email 11 comments javascript
- PlainJS - The Vanilla JavaScript Repository. All functions work properly in IE 9+ most of them are compatible with IE 8 http://plainjs.com/ 24 comments javascript
- Functional Programming in JavaScript: A Great Collection of Hands-on Exercises http://jhusain.github.io/learnrx/ 2 comments javascript
- JAVASCRIPT Chapter 2 Topics:Data Set, Objects, Arrays,JSON,Abstraction, Higher-order Functions, Filtering arrays, Compostability, Strings and Character code, Encapsulation, Prototype, Classes, Maps, Polymorphism, Getter, Setter, Statics, Inheritance. http://practpoint.com/javascript-chapter-2/ 3 comments javascript