Kay's Blog.
A statically generated blog built with Next.js and Storyblok.
intro
More Stories
Object-Oriented Programming in Javascript(ES5 & ES6) EXPLAINED.
OOP - Object-oriented Programming, in general, is very useful. It helps developers to model real-world things that we want to represent inside our code, and/or provide a simple way to access functionality that would otherwise be hard or impossible to make use of. Getting a full understanding of how OOP works in javascript is a bit difficult especially in ES5 syntax, ES6 class made it a lot easier to use object constructor but as developers, we will run into ES5 object prototype codes along our journey and in case you do not know, ES6 class, work as object prototypes under the hood. This article will explain javascript objects in ES5 and ES6 syntax. Stay tuned!
Getting Started with Svelte
Svelte is a compiler that works behind the scenes to turn your component files into beautifully optimized JavaScript.