UNPKG

71 BJavaScriptView Raw
1class Player {
2 playTurn(warrior) {
3 // Cool code goes here.
4 }
5}