The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can… (more…)
Read more »
This is post # 42 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and describing the core elements, we also share some rules of thumb we… (more…)
Read more »
"JavaScript is a smelly language"! Hey, don’t hate the messenger, it’s Douglas Crockford, the cheeky creator of JSON and (former?) JavaScript evangelist who ... (more…)
Read more »
In this blog post, we are going to talk a little about static, unit, and integration tests before diving into end-to-end testing. (more…)
Read more »
Transform a JSON file to a javascript object, where the keys are the same and each value is the keys order joined by a specified delimiter. - TheDevelopGuy/jsonkeys... (more…)
Read more »