Skip to content

Instantly share code, notes, and snippets.

View charliegerard's full-sized avatar
💭
Making something 🧪

Charlie charliegerard

💭
Making something 🧪
View GitHub Profile

#Day 5


begin rescue end

example=

puts "Welcome"

#Day 4

###Object and Classes

groucho = {:yab => 1890, :moustache => true, :vice => "cigars"} harpo = {:yab => 1888, :moustache => false, :vice => "women"}

def how_old(brother) 2014-brother[:yab]

#WDI Day 2

JSConf AU - Melbourne April

"You never really understand Mahtematics, you just get used to it.

####Flow control:

If conditions Loops