jordananibe.hashnode.devNested Objects, Getters & Setters, and Factory Functions — Day 30Today’s internship session at Cudose Creative Agency stretched my brain in new ways. We went deeper into Objects, exploring how data can be structured inside other data, how to control access to object properties, and how to generate objects efficien...Dec 4, 2025·2 min read
jordananibe.hashnode.devObjects, Constructors & __proto__ — Day 29Today’s session at Cudose Creative Agency was a deep dive into Objects — how they’re made, how they inherit, and how constructors and prototypes shape behavior. Objects are everywhere in JS, and understanding them properly changes how you design apps...Dec 4, 2025·2 min read
jordananibe.hashnode.devHigher-Order Functions & Array Iterators — Day 28 at Cudose Creative AgencyToday’s internship session at Cudose Creative Agency took JavaScript to a new level. We entered the world of Higher-Order Functions — functions that accept other functions as parameters or return them. This is one of the biggest mindset shifts when m...Nov 26, 2025·2 min read
jordananibe.hashnode.devDay 27 – Arrays and Essential Array Methods in JavaScriptHey folks Today at Cudose Creative Agency, we stepped into one of the most important foundational concepts in JavaScript — Arrays. Arrays make it possible to store and manage multiple values inside a single variable. They’re flexible, powerful, and a...Nov 26, 2025·2 min read
jordananibe.hashnode.devDay 26 – Understanding Functions in JavaScriptHey folks Today at Cudose Creative Agency, we entered one of the core pillars of JavaScript — Functions. This is the part of JS where the wickedness becomes reusable, organized, and smarter. We didn’t just learn what functions are… We learned four po...Nov 26, 2025·2 min read