Skip to content

Instantly share code, notes, and snippets.

View Al-Ponce's full-sized avatar
🚴
Learning !!

Al Al-Ponce

🚴
Learning !!
View GitHub Profile
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active July 28, 2024 15:27
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@Al-Ponce
Al-Ponce / js_environment_deep_dive.md
Last active September 27, 2023 12:08
Stop spreading VO(variable object). It's already 2023 !!

Some blogs still sharing outdated or misleading info about JS Environment in 2023.
Please be aware of!
(!!! VO and LE shouldn't appear simultaneously.)
(!!! VO is before ES5. Please Don't use it anymore.)
The terms are still improving for clarification of the JS mechanism.
Let's keep tracking!

JavaScript Environment Deep Dive

concept to describe the environment:

  • Before ES5: Variable Object