Skip to content

baisong/coffeescript-foray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeScript foray


Oh man!!! Coffeescript is so much fun!

This was my first ever .coffee attempt, it literally took me 10 minutes to install it on Ubuntu and get it working on my localhost.

The only hangup I had was not being used to the unique function syntax, which resulted in an error in the javascript file on my first run. I had used

get_weekday (num) ->

And it needed to be

get_weekday = (num) ->

Notice the equals sign!

About

My first attempt to compile some javascript out of coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors