Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
themtj
/
test
like
0
Running
App
Files
Files
Community
main
test
/
scripts.js
themtj
Upload 3 files
15c2e09
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
document
.
getElementById
(
"myButton"
).
addEventListener
(
"click"
,
function
(
) {
alert
(
"Button was clicked!"
);
});