Skip to content

Instantly share code, notes, and snippets.

View retronoodle's full-sized avatar

Tim Monaghan retronoodle

View GitHub Profile
@retronoodle
retronoodle / README.md
Last active November 17, 2017 17:05
Code Challenge: Map out moves on a matrix to spell words

Basic Idea

You have a matrix of letters, like this, sort of like an on screen keyboard you'd use to login to Netflix on your TV

a b c d e f

g h i j k l

m n o p q r
@retronoodle
retronoodle / 0_reuse_code.js
Created January 7, 2016 20:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console