How I Work – An analog notebook

How I Work – An analog notebook

Over the last half decade I’ve developed and refined a few methods of approaching the work day and getting things done. As a front end web developer and office administrator my workflow doesn’t fit a static routine. Coding, working with vendors, setting up and attending meetings, event and project planning. Over the last few years … Continue reading “How I Work – An analog notebook”

Javascript for in and for of

Day 4: for in and for of loops In short, Iterates over statements which are true. From Course: Javascript for WP MDN for in MDN for of   The differences between for of and for in are illustrated below. However, I still can’t wrap my head around it. Object.prototype.objCustom = function() {}; Array.prototype.arrCustom = function() … Continue reading “Javascript for in and for of”