JS Data Structures

Choose and use native JavaScript collections for Big-O, readability, semantics, naming, stability, or testability. Use when working with Map, Object, Set, Array, WeakMap, WeakSet, TypedArray, or deciding among built-in collections. For custom queues, lists, heaps, tries, and related structures, use the data-structures skill.

metarhia 959da8f 8.5 KB Updated

File contents

metarhia/metaskills/tree/main/skills/js-data-structures commit 959da8fa9b

Frequently asked questions

npx skillmds@latest add metarhia/js-data-structures