This website works better with JavaScript.
Explore
Help
Sign In
jakub
/
dama
Watch
1
Star
0
Fork
You've already forked dama
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
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.
21
Commits
1
Branch
0
Tags
5.5 MiB
JavaScript
65.1%
SCSS
14.4%
CSS
11.5%
HTML
9%
Tag:
Branch:
Tree:
3c3dd7a95f
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3c3dd7a95f'
${ noResults }
dama
/
server
/
node_modules
/
chance
/
docs
/
miscellaneous
/
coin.md
119 B
Raw
Blame
History
coin
// usage
chance
.
coin
()
Flip a coin!
chance
.
coin
();
=>
'heads'
chance
.
coin
();
=>
'tails'