JavaScriptWeb Dev Scope in JavaScript & the 4 different types scope – Part 1 The word “scope” itself means “extent “or “range” to which a subject matter is limited…KauressJanuary 24, 2022
StuffUnity3DWeb Dev Review: working on Upwork, moving from webdev to gamedev and virtual reality It was a great year for growth, opportunities and even a 10K month! I am…KauressJanuary 1, 2022
JavaScriptWeb Dev Classes in JavaScript – a newbie friendly introduction Classes In object-oriented programming, class types are templates for creating objects. As we justlearned that…KauressAugust 20, 2020
JavaScriptWeb Dev Setters and Getters in JavaScript – part 1 Accessors: Getters and Setters This is part 1 of a brief introduction to getters and…KauressAugust 19, 2020
JavaScriptResourcesWeb Dev The break and continue statements in JavaScript Break and continue statements The break statement is used to exit a loop completely once…KauressAugust 18, 2020
JavaScriptWeb Dev Deep & shallow copying in JavaScript – part 3 Copying objects with deep copy The JSON.stringify and JSON.parse methods can be used to deep…KauressAugust 17, 2020
JavaScriptResourcesWeb Dev Deep and shallow copying in JavaScript – part 2 Copying objects with Shallow copy Now that we went over shallow and deep copies in…KauressAugust 16, 2020
JavaScriptResourcesWeb Dev Deep and shallow copying in JavaScript – part 1 Copying objects with shallow and deep copies Primitive values such as strings, and numbers are…KauressAugust 15, 2020
JavaScriptResourcesWeb Dev Pass by reference vs Pass by Value Pass by value Non-primitive data types are passed by reference compared to primitive data types…KauressAugust 14, 2020