Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
01. Clock
Spocoman
Dec 30th, 2021
(
edited
)
95
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
clock
(
)
{
for
(
let h
=
0
;
h
<
24
;
h
++
)
{
for
(
let m
=
0
;
m
<
60
;
m
++
)
{
console.
log
(
`$
{
h
}
:
$
{
m
}
`
)
;
}
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
JavaScript | 5 min ago | 1.18 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 6 min ago | 0.05 KB
Vehicle spawner for Stars And Stripes Multipl...
Pawn | 8 min ago | 1.67 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 20 min ago | 0.05 KB
Products.js
JavaScript | 21 min ago | 1.18 KB
database_C2
Python | 22 min ago | 4.02 KB
Untitled
Python | 28 min ago | 1.23 KB
database_C1
Python | 30 min ago | 3.58 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!