Something I was thinking other day is about the true concept of humility. For me, one of its aspects is related to the idea of no matter how you are a senior/ninja/master putYorJobPositionHere, there is always space for you learn new stuff with people.
const
is amazing! I can avoid something change my dear variables! BAAAAAAM! const
does no grant immutability.
const myName = "Zell";
myName = "Triceratops";
// ERROR
const egg = { name: "Humpty Dumpty" };
egg.isBroken = false;
console.log(egg);
// {
// name: "Humpty Dumpty",
// isBroken: false
// }
- 🎧 Blurred Lines - Robin Thicke, T.I., Pharrel Williams
- 📖 Business @ the Speed of Thought: Succeeding in the Digital Economy | 🏃 12%