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โฆ
Day 106 of my DSA Journey
Tree traversals WITHOUT recursion!
Preorder โ push right first, then left
Postorder โ reverse trick
Inorder โ visitation flag method
Key: Recursion uses a hidden stack. We just made it visible
@rohit_negi9 sir!...
#CoderArmy#LearningInPublic