Javascript: where are the high level data structures?

I am writing a client program for playing Javascript, but I am new to the Javascript world. The Javascript core does not contain a high-level data structure.

I found code snippets on the Internet, but I am looking for a reference library (for example, a collection of collections or a google assembly in the java world).

I found this post: JavaScript implementation of an established data structure that references jshashtable and closure.

Are they reference implementations? Do you know anything else?

thank

+3
source share

Source: https://habr.com/ru/post/1747927/


All Articles