const redux = require('redux');
const data = {
counter: 0
}
__SIZE__ = 125; | |
function getKite(size) { | |
for(let i=0; i<size; i++){ | |
let width = 0; | |
let str = ''; | |
let symbol = ''; | |
let space = 0; | |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
<p id="message">Your message here</p> |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
/* ---- */ |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
// script.js |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
// script.js |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
// script.js |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
// script.js | |
let count = 0; | |
let intervalRef = null; | |
intervalRef = setInterval(_ => { |