DEV Community

Discussion on: How to Be Great? Just Be Good, Repeatably

Collapse
 
vagoel profile image
Varun

Inspiring, Motivating and beautifully crafted.

To put it simply in code - :-P

let good=[];
let great=Array(100);

while (good.length !== great.length ){

good.push('something');

}

console.log("Something Great Done!")

Collapse
 
stephsmithio profile image
Steph Smith

Thank you, Varun! I love the translation into code. 😍