|
You are here |
dmitryfrank.com | ||
| | | | |
joeyreyes.dev
|
|
| | | | | Happy new year! I'm kicking 2022 off with a post that has been in my queue for quite some time, an exploration of strict mode in JavaScript | |
| | | | |
viblo.asia
|
|
| | | | | Closures c?a JavaScript ho?t ?ng nh? th? nào? | |
| | | | |
skilldrick.co.uk
|
|
| | | | | Last year I wrote A brief introduction to closures which was meant to help people understand exactly what a closure is and how it works. I'm going to attempt that again, but from a different angle. I think with these kinds of concept, you just need to read as many alternative explanations as you can in order to get a well rounded view. First-class functions As I explained in Why JavaScript is AWESOME, one of the most powerful parts of JavaScript is its first-class functions. | |
| | | | |
sreekar.ch
|
|
| | | But first What is functional programming Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r... | ||