I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let rl = require('readline-sync'); | |
let hangman = require('hangman-ascii'); | |
let alpha = /a-z/ | |
// let begin; | |
let wordBank = ["dog", "cat", "lion","rat","goat","donkey","horse","yak","elk","hamster","frog","turtle","rhino","hyena","lynx","dingo","zebra","bear","ram","panther","wolf","camel","fox","tiger","gerbil","gopher","platypus","badger","mule","jackal"]; | |
let userSelection; | |
// let takeGuess; | |
let playAgain = true; | |
let chances = 10; |
CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.
Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file
CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.
Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file