Skip to content

Instantly share code, notes, and snippets.

View amirho1's full-sized avatar
🎯
just coding

Amirhossein amirho1

🎯
just coding
View GitHub Profile
@amirho1
amirho1 / js-terms.md
Created July 27, 2021 10:16 — forked from AllThingsSmitty/js-terms.md
10 terms to help you better understand JavaScript

10 JavaScript Terms You Should Know

From currying to closures there are quite a number of special words used in JavaScript. These will not only help you increase your vocabulary but also better understand JavaScript. Special terms are normally found in documentation and technical articles. But some of them like closures are pretty standard things to know about. Knowing what the word itself means can help you know the concept it's named for better.

  1. Arity
  2. Anonymous
  3. Closure
  4. Currying
  5. Hoisting
  6. Mutation