Hacker symbol

November 13, 2019 ~ 1 min read

Shadowing a variable


This is knowing as shadowing:

let x = 5;
let x = x + 1;
let x = x * 2;

Sebastian BolaƱos

Hi, I'm Sebastian. I'm a software developer from Costa Rica. You can follow me on Twitter. I enjoy working on distributed systems.