Interfaces, Symbols and Iterators in JavaScript
Detailed explanation of interfaces, symbols and using them to create the iterator interface, which allows us to make any object in JavaScript iterable, explained with the help of making a custom simple linked list in JavaScript and making it iterable.