Tech notes

Javascript, HTML, CSS

Data Structures and their JS implementation
Jun 16, 2021 | data structures javascript interview

Though there are 8 data types in JS (number, bigInt, string, symbol, boolean, null, undefined and object) classical CS requires much more compllicated data representation and data collections. Let's take a look at most commonly used data structures and their JS representation. Read more >>