Advertisement
ShiningDrake

Untitled

Mar 2nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ```javascript
  2. if ((validValue < 1 || validValue > 26 ) && validValue != -32) {
  3. //99
  4. } else if (validValue === -32) {
  5. //Space
  6. } else {
  7. //A-Z
  8. }
  9. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement