Skip to content

Instantly share code, notes, and snippets.

View IvanRave's full-sized avatar
🎯
Focusing

Ivan IvanRave

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Tasks and microtasks / Javascript event loop</title>
</head>
<body>
<button id="btn">Click me</button>
<div id="output"></div>