function init() { const tech = ['Python', 'JavaScript', 'React']; const passion = 'Building cool stuff'; return { tech, passion }; }
class Developer { constructor(name) { this.name = name; this.coffee = 100; } code() { while(this.coffee > 0) { this.createAwesomeStuff(); } } }
👋 Hello, below are where you can find me online! 🤓