#Reflection JQuery is awesome, check the comments for more info on the methods we used. I was looking forward to playing with it with my fellow Banana Slugs, now I can't wait the next time we play with it.
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
var data = [ | |
{ | |
"text": "Link 1", | |
"url": "#" | |
}, | |
{ | |
"text": "Link 2", | |
"url": "#" | |
}, | |
{ |
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
var backendData = [ | |
{ | |
"title":"Section 1", | |
"content":"Our content for the section 1" | |
}, | |
{ | |
"title":"Section 2", | |
"content":"Our content for the section 2" | |
}, | |
{ |
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
#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) Check | |
class BoggleBoard | |
attr_reader :board | |
def initialize(board) |
- Complete all cultural learning objectives
- Complete all technical learning objectives
- Attend 2 guided pairing sessions with instructor (scheduled in the instructor's session availability calendar)
- "Hangout" the live-coding hangout each time you work on a challenge