#RESOURCES
###SQL:
###Markdown:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>DOM manipulation with jQuery</title> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| <script type="text/javascript" src="jquery_example.js"></script> | |
| </head> | |
| <body> | 
#RESOURCES
###SQL:
###Markdown:
| # Objective 1: | |
| class BoggleBoard | |
| attr_reader :board | |
| def initialize(board) | |
| @board = board | |
| end | |
| def create_word(*coords) | |
| coords.map {|coord| @board[coord.first][coord.last]}.join | 
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |