Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: WeakSet
What WeakSet in JavaScript is and How It Works

What WeakSet in JavaScript is and How It Works Desk of Contents A quick introduction Creating new WeakSet WeakSet methods Adding new objects to WeakSets Removing objects from WeakSets Checking if object exists in a WeakSet No iteration and size property What about has() Use case for WeakSets Conclusion: What WeakSet in JavaScript is and…
ES6, ES7, ES8 & Writing Fashionable JavaScript Pt5 – WeakMap, WeakSet and Export & Import

ES6, ES7, ES8 & Writing Fashionable JavaScript Pt5 – WeakMap, WeakSet and Export & Import Desk of Contents WeakMap and WeakSet WeakMap WeakSet The differences between Map & WeakMap and Set & WeakSet Export, import and modules The import statement The export statement Dynamic imports Epilogue: ES6, ES7, ES8 & Writing Modern JavaScript Pt5 ES6…