Day 13/100 🚀
Learned Date and Functions in depth, including callbacks, arrow functions, and custom functions. Also attended an extra session on tech and AI.
@rohit_negi9@CoderArmy@adityatandon02#100DaysOfCode
🚀 Built a JavaScript runtime in Python 🐍
No Node, no V8 — custom interpreter from scratch.
It parses .js → AST → executes like a real engine.
🔥 scope, closures, arrays, promises, async/await, event loop
Big thanks to @rohit_negi9 & @CoderArmy
🔗 github.com/Haseem18/ViperJS.…
Developers & aspiring developers:
Share your portfolio website below, and I'll give you a raw, honest review.
No sugarcoating. Just actionable feedback.
And if you don't have a portfolio yet, tell us why?
No excuses.
Building my own standalone JavaScript interpreter in C using antigravity for @CoderArmy hackathon
Just successfully completed support for: ✅ ES6 arrow functions => & lexical block scoping ✅ Spread ... & Array destructuring (const [first, ...rest]) ✅ for...of & for...in loops ✅ Pretty-printing object/array inspection in C ✅ Built-in Date constructors and Math functions
Repo link - github.com/abir-js/js-compil…