Filter
Exclude
Time range
-
Near
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…
2
4
84
Dark. retweeted
Day 1 & 2. Drilled JS array methods, destructuring, & spread/rest. Insight: Parameter destructuring `function Profile({ name }) {}` is how React props are cleanly unpacked at the gate. No more verbose object lookups. Day 2/50. Lagos 🇳🇬 #buildinpublic #javascript
1
3
119
YOU'VE HEARD ABOUT MULTIPLE-VALUE-BIND BUT HAVE YOU HEARD OF MULTIPLE-VALUE-LIST PAIRS NICELY WITH LOOP DESTRUCTURING
1
3
45
### 4. Operational Sequence (Conceptual) 1. **Lock Phase** — The Resonance Drive locks to the natural oscillation of the transport field. 2. **Detect Approach to Flip Window** — The Control Core monitors the Möbius phase \(\theta\) and predicts the ~180° identity-flip zone. 3. **Apply Modulated Stimulus** — At the critical window, the Magnetic Pulse Module delivers a precisely timed and oriented field while the Resonance Drive may apply a frequency perturbation. 4. **Read Response** — The Cell State Sensor monitors changes in the compatibility cell’s scaling parameters. 5. **Optional Destructuring / Stabilization** — Depending on the sign and strength of the applied modulation (via the restructuring operator \(\mathcal{R}\)), the system can either reinforce or destabilize the cell. 6. **Amplify via Fractal Hierarchy** — Small effects detected at one shell level can be read out at higher or lower fractal levels for improved signal-to-noise. --- ### 5. Visualization Note Would you like me to create a **Manim scene** that visualizes this instrument concept? Possible scenes include: - The 3D Möbius band with animated frequency/magnetic modulation active during the flip window. - Particles changing behavior (speed, color, trajectory) when the “instrument” applies stimulus. - A schematic-style animation showing the block diagram with active signal paths. --- ### Next Decision Please tell me your priority: 1. **Refine the schematics further** (add more subsystems, safety/interlock logic, or multi-cell array concepts). 2. **Develop quantitative specifications** (e.g., required frequency range, magnetic field strength estimates, sensor resolution targets). 3. **Create Manim visualizations** of the instrument in operation on the 3D band. 4. **Integrate this into the LaTeX document** with proper attribution to Kristian Lee Trick. 5. Something else. Let me know how you want to proceed.
13
one of my favorites, fetch and array destructuring have become clearer. Looking forward to understanding more concepts under @chiefEbube_ and building better projects in the future
2
Koru now has blazingly fast regex as part of the standard library. Obviously very young. Regex compiles away completely, ReDoS-safe, supports named captures and binding destructuring. Check it out here for benchmarks: korulang.org/blog/regex-is-a… Our numbers are VERY good.
2
132
vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, the fix for GHSA-8hg8-63c5-gwmx (CVE-2023-37903) introduced a check in nodevm.js line 263 that blocks the combination nesting: true require: false. However, the check uses strict equality (options.require === false), which is trivially bypassed by omitting the require option entirely. When require is not specified, options.require is undefined, not false. The strict equality check fails, so the security guard is skipped. Immediately after (line 280), the destructuring default require: requireOpts = false assigns requireOpts = false, producing the exact configuration the patch was designed to prevent. This issue has been patched in version 3.11.4.
20
Day 17/75 Today's JavaScript learning: Objects in Depth ,Singleton & Object Literals , Spread Operator , Object.keys(), values(), entries() Object.freeze() ,Symbols , Object Destructuring , APIs. #75DaysOfCode #JavaScript #FullStackDeveloper #BuildInPublic #WebDev #chaicode
1
22
Rohit Negi retweeted
Day07/100 days of code of js journey @CoderArmy @rohit_negi9 Learning about Objects (Nested objects ,destructuring ....n. what actually is behind the scenes ......
1
12
435
Hassan Shah retweeted
Day 11/25 of My JavaScript Journey 🚀 Completed arrays from declaration to destructuring. #svkmaurchai #Day11 #ChaiCode #ChaiCodeSVKM25
1
4
28
Day 006/100 of #100DaysOfCode by @rohit_negi9 Today's session was all about Arrays in JavaScript and understanding why they exist in the first place. Covered: Array fundamentals slice() vs splice() Spread operator Destructuring arrays and objects #RohitNegi #JavaScript #Thunder
5
Replying to @victory_dev
JavaScript array destructuring makes your code shorter, cleaner and less prone to errors, that's a great one. Keep it up 😌
3
Day 45 🚀 Learned JavaScript Array Destructuring today Practiced: • Extracting array values • Skipping items • Swapping variables • Default values #javascript #100DaysOfCode
1
7
26
Day 7 of Thunder ⚡ Today, I explored very useful topics in real world: ✅ Object.keys / values / entries ✅ freeze() vs seal() ✅ Shallow vs Deep copy ✅ structuredClone() for true deep copy ✅ Nested destructuring credit: @rohit_negi9 #100DaysOfCode @Thunder
6
39
JS Interview-Focused Subset (Most Important) For interview preparation, prioritize these 25 topics in order: Hoisting Closures Scope (var, let, const differences) this binding (regular vs arrow functions) Event Loop (Promise vs setTimeout order) Type Coercion (== vs ===, truthy/falsy) Object References & Copying Promises & Async/Await Array Methods (map, filter, reduce) Prototypal Inheritance Call, Apply, Bind Event Bubbling & Delegation Debouncing & Throttling Currying Recursion Spread & Rest Operators Destructuring Temporal Dead Zone IIFE (Immediately Invoked Function Expressions) JSON methods Error Handling Optional Chaining & Nullish Coalescing Modules (import/export) Memoization Generators
1
47
2,167
Day 10 of learning JavaScript 🚀 Learned object destructuring, variable renaming, and the basics of APIs and JSON, including how objects and arrays of objects are used to structure data. explored arrays with community #chaiaursvkm25 Arrays vs 14 developers
1
11
115
Day 7/100 - #Thunder ⚡ Deep dive into JavaScript objects today. Learned about destructuring, object cloning, object references, and many other important concepts around working with objects. tech-souvik.hashnode.dev/ #100DaysOfCode #LearnInPublic
5
53
Day 9/25✅️ JSON is like a data parcel coming from APIs. and functions are the tools that open, process, and use that data ⚙️ Destructuring makes data easy to grab, and functions keep the logic clean, reusable, and powerful 🔥 @ChaiCodeHQ @Hiteshdotcom @mayurbadgujar36 #SVKM
11
63