CoffeeScript vs. JavaScript
Yesterday I watched some videos on CoffeeScript. CoffeeScript is a coding language that compiles in to JavaScript (JavaScript is an extremely powerful coding language that is used all over the web). I shall show you a block of CoffeeScript code:
function = ->
alert “Hi”
The JavaScript code would be:
var function = function(){
return alert(“Hi”);
}
Yet
Ruby on Rails
Yesterday I got the full membership for Code School. Then I tried Rails for Zombies 2. I do not regret it at all! It told me to download Rails for my computer, which I did. When I was finished, I got this command prompt called Command Prompt with Ruby on Rails.
Code School
Yesterday I got an account for Code School. It is very good for learning how to code, and the free membership is good. It has courses for Ruby, JavaScript, Html, CSS, and iOS. It has instuctive, useful videos, and it has fun themes. The Ruby path is easy, and the JS