You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start by reading this good, brief(ish) overview of the language (skip the last section, on memory leaks).
Take that introduction, and what you know about Ruby, and make a new Rails app to compare the languages
The new app should have two resources, similarities and differences. Each similarity (or difference) should have two attributes: title and text
Each resource should have a page listing the titles of every item in the category, and the title should link to a page that has the title and text.
The list page should also have a link to create a new similarity (or difference), and the detail page for each similarity (or difference) should have a link to edit and a button to delete it
Create as many entries as you can for the similarities and differences between the two languages.
Since those pages don't have any Ruby in them, they can go in the public/ folder of your new app
Great intro book for js and programming in general http://eloquentjavascript.net/index.html I'd ask you to read it, but it's nearly 500 pages long. Worth reading
Task
public/
folder of your new appBonus Thing To Do
The text was updated successfully, but these errors were encountered: