A webinar by HackOn Hackathon 🚀
Join at bit.ly/hackon-js
// About me
import { Speaker } from 'HackOn';
let user = {
Name: 'Vinit Shahdeo',
Company: 'Postman',
Profile: 'Software Engineer', // Ex VITian
Twitter: '@Vinit_Shahdeo'
},
title: 'Event loop in JavaScript and rise of Asynchronous behaviour';
_.assign(new Speaker(), user, new Event(title));![]() |
|---|
| Vinit Shahdeo |
![]() |
Learn more about me here.
Well, in this unprecedented time, you all have showed interest. I thank all of you for joining me. Stay Safe at home.
😷 🏠
/**
*
* Let's fight for Corona together!
*/
function stayAtHome() {
eat();
sleep();
code();
repeat();
}
while(_.isAlive(new Virus('COVID-19'))) {
// Stay home, Stay safe
stayAtHome();
}👉 You can find the PPT inside
docsfolder. :point_right: Click here to download the PPT.
🖋️ Feel free to shoot your doubts here.
-
Consider leaving a star ⭐ here.To be open-sourced pretty soon.
// thank you :)
const THANK_YOU_MSG = `Thank you so much for being here!
you were an amazing audience`;
let sayThanks = (viewer) => { return THANK_YOU_MSG };
_.forEach(allViewers, function (participant) {
_.times(Number.MAX_SAFE_INTEGER, sayThanks(viewer));
});


