Skip to content

Instantly share code, notes, and snippets.

View nassif7's full-sized avatar

Nassif nassif7

  • Berlin
View GitHub Profile
@nassif7
nassif7 / timer.html
Last active December 10, 2017 13:46
<!DOCTYPE html>
<html>
<head>
<title>me</title>
</head>
<body>
<button id="5" onclick="setInterval(counter, 1000, 5)">5</button>
<button id="15" onclick="setInterval(counter, 1000, 15)">15</button>
<button id="30" onclick="setInterval(counter, 1000, 30)">30</button>
<h3>Current Time</h3>