Note: This is part 1 of three-part prerequisite post series. A prior knowledge of these topics is essential before deep diving into Creating List React component. In the previous learning-note post Learning to Work With React Components, how to build a simple react component using run time <script>in a HTML file were discussed. Although slow, this […]
Understanding JavaScript WeakMaps & WeakSets
Note: This post is work-in-progress learning-note and still in active development and updated regularly. The JavaScript (JS) WeakMaps and WeakSets are similar to Maps & Sets objects. In previous learning-note post, Learning JavaScript Maps & Sets some basic features of JS Maps and Sets : basic syntax, creating an maps & sets, how they differ […]
Learning JavaScript Maps & Sets
Note: This post is work-in-progress learning-note and still in active development and updated regularly. The ECMASript 2015 (ES6) defines seven data types: six are primitives (Boolean, Null, Undefined, Number, String & Symbol) and an Object. The object data type is fundamental to JavaScript (JS) language as it holds different data types: primitives, object and functions […]