I was reading this smooth CoffeeScript book and it had a code
confirm 'Shall we, then?', (answer) -> show answer
This is supposed to get the answer from the confirm and show it / I changed the 'show' to console.log and it doesn't seem to execute it. what am I missing.
thanks
console.log? Your question is unclear regarding what unexpected thing is happening to confuse you. – Alex Wayne Jan 23 '12 at 18:44