This website works better with JavaScript.
Home
Explore
Help
Sign In
KANGFU_GAME
/
bird-go-home
Watch
7
Star
0
Fork
0
Code
Issues
Releases
Activity
康复游戏-鸟妈妈回家
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
22 MiB
Tree:
ffab9a61b9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ffab9a61b9'
${ noResults }
bird-go-home
/
js
/
test.js
8 lines
97 B
Raw
Normal View
History
oop
4 years ago
function
test
(
)
{
document
.
addEventListener
(
'click'
,
(
)
=>
{
bird -> main
4 years ago
main
.
play
(
)
;
oop
4 years ago
}
)
;
}
test
(
)
;