I hereby claim:
- I am ntourne on github.
- I am nicotourne (https://keybase.io/nicotourne) on keybase.
- I have a public key ASB5NtE9bd0QHmnjxMdjvOdKJ5i9CljbK0mpDm0cntgoYAo
To claim this, I am signing this object:
| // It asks a user to pick an option and returns the correct value | |
| // ("Piedra", "Papel" or "Tijera") or an "Error" | |
| function getOptionPicked(playerName) { | |
| const option = prompt( | |
| `Seleccione opción para el ${playerName}:\n1: Piedra\n2: Papel\n3: Tijera` | |
| ); | |
| let pickedOption = null; | |
| switch (option) { | |
| case "1": |
| { | |
| "singleQuote": true, | |
| "tabWidth": 4, | |
| "useTabs": false | |
| } |
I hereby claim:
To claim this, I am signing this object:
| # Editor configuration, see http://editorconfig.org | |
| root = true | |
| [*] | |
| charset = utf-8 | |
| indent_style = tab | |
| indent_size = 4 | |
| insert_final_newline = true | |
| trim_trailing_whitespace = true |