vscode
themes
Trending
·
Dark
·
Light
Baaam
javascript
css
html
const
btn
=
document
.getElementById
(
'
btn
'
)
let
count
=
0
function
render()
{
btn
.
innerText
=
`
Count:
${
count
}`
}
btn
.addEventListener
(
'
click
'
,
()
=>
{
// Count from 1 to 10.
if
(
count
<
10
)
{
count
+=
1
render
()
}
}
)
31
Baaam
by 10-sept-1990
This is a nice color theme. Maybe the best out there.
Open in VSCode
View on Github