Engineering JavaScript — How equal are 2 values? Introduction Have you ever wondered whether JavaScript has a native function for checking whether 2 values are deeply equal? Ok, well maybe you haven’t but in case you were wondering, unfortunately for
Engineering How to write your first Chrome Extension Chrome extensions are surprisingly easy to write once you understand how they work. They are pieces of HTML and Javascript which are glued together with a JSON file called manifest.json. This means