moving out outdated js docs

This commit is contained in:
Peli de Halleux
2016-04-15 14:37:25 -07:00
parent 6515cc0360
commit bb6ae00a49
153 changed files with 0 additions and 81 deletions

11
olddocs/js/game.md Normal file
View File

@ -0,0 +1,11 @@
# game
A #microbit game library.
Gets the current score
```
init()
return _score
```