Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn
.
Author: Kaspars Dambis
kaspars.net / @konstruktors
Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn
.
Author: Kaspars Dambis
kaspars.net / @konstruktors
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>DOM manipulation with jQuery</title> | |
<!-- Add a link to jQuery CDN here script here --> | |
</head> | |
<body> | |
<h1> Hello. Welcome to the jQuery DOM Manipulation Challenge! </h1> |
#TODO | |
#1 - Instanciate the BoggleBoard object Check | |
#2 - Implement the methods we already had Check | |
#3 - Create driver code to access a coordinate Check | |
#4 - Create a #get_diagonal (Bonus) | |
#4.1 - Rewrite definition of "first" | |
class BoggleBoard | |
attr_reader :board | |