Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20 -- Javascript, or maybe Yavascript -- Andell Jean-Jacques #161

Open
10 tasks
AJean144 opened this issue Feb 9, 2015 · 0 comments
Open
10 tasks

20 -- Javascript, or maybe Yavascript -- Andell Jean-Jacques #161

AJean144 opened this issue Feb 9, 2015 · 0 comments

Comments

@AJean144
Copy link

AJean144 commented Feb 9, 2015

Task

  • 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.
  • Read over the Document Object Model, and type out pages for the first three examples of using Javascript on a web page
  • 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

Bonus Thing To Do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant