Skip to content

Instantly share code, notes, and snippets.

View davidmferris's full-sized avatar

Dave Ferris davidmferris

View GitHub Profile
function main(){
var word = "watermelon";
var guess_array = ["_", "_", "_", "_", "_", "_", "_", "_", "_", "_"]
var guesses = 8;
var answer_arr = (word.split(''));
console.log(guess_array);
function arraysAreEqual(ary1,ary2){
return (ary1.join('') == ary2.join(''));

The Cloud a network of computers and servers that connects point A and point B.

Firewall is a computer that by default allows no connections

Port 80 and Port 443 are set up for HTTP. 80 is for HTTP and 443 is for HTTPS (secure).

Network Address Translation, private or Intranet

Domain Name System global phonebook for computers. Translates internet address to IP address.