Copying Objects in JavaScript

In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi… Read more

Similar

DuckDuckGo shows worse results when JavaScript is disabled

$ ddgr 'lorde' --site='https://open.spotify.com/artist/' -n 5 1. Lorde on Spotify https://open.spotify.com/artist/23XObzIZxcYGLsnhg99BYN Lorde, Category: Artist, Albums: Teofagia, T... (more…)

Read more »

Implementing a simple compiler in JavaScript

I already wrote a couple of essays related to the development of programming languages that I was extremely excited about! For instance, in “Static Code Analysis of Angular 2 and TypeScript Projects“[1] I explored the basics of the front end of the compil... (more…)

Read more »