Skip to content

Instantly share code, notes, and snippets.

View BinaryBitBytes's full-sized avatar
🍍
Pineapple Express

BinaryBitBytes BinaryBitBytes

🍍
Pineapple Express
  • Atlanta, Georgia
View GitHub Profile
@AllThingsSmitty
AllThingsSmitty / js-terms.md
Last active November 9, 2024 16:01
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

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?

@BinaryBitBytes
BinaryBitBytes / C_Programming_Outline.md
Last active April 22, 2024 02:11
C Programming Language: Fundamentals

Author

BinaryBitBytes 04/21/2024

Use Cases for the C Programming Language

  • Applications
  • Operating Systems
  • Embedded Systems
  • Programming Languages