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

Write first few levels of each target area #1

Open
5 of 16 tasks
zspencer opened this issue Nov 4, 2014 · 6 comments
Open
5 of 16 tasks

Write first few levels of each target area #1

zspencer opened this issue Nov 4, 2014 · 6 comments

Comments

@zspencer
Copy link
Contributor

zspencer commented Nov 4, 2014

Syntax and Idioms

  • Z- Level 1 - Functions and Variables (defining and calling)
  • Z - Level 2 - Crab Claws { }, Hugs ( ), and Full Stops ;
  • T - Level 3 - Embedding JavaScript in a Web Page - Embedding JS in webpage #6
  • T - Level 4 - Running JavaScript in your Browser Console

Algorithms and Computer Science

  • Level 1 - Letters and Words
  • Z - Level 2 - Numbers!
  • Z - Level 3 - Making Decisions and Repeating Yourself (ifs and fors)
  • Z - Level 4 - Collections! Arrays and Objects Oh My!

Events and Callbacks

Interacting with the User

@zspencer
Copy link
Contributor Author

zspencer commented Nov 4, 2014

@openspectrum Feel free to put your initial before any of the not-yet-checked off sections.

@tannerwelsh
Copy link
Contributor

@zspencer thanks! I claimed several, keep tagging them as we go.

Do you have a sample that I can use as a template? I'd like to keep my structure as close to yours, if possible.

@zspencer
Copy link
Contributor Author

zspencer commented Nov 4, 2014

@openspectrum template here: #2

@tannerwelsh
Copy link
Contributor

@zspencer when you use the language of "publish" and "subscribe" (under Events and Callbacks), do you literally mean a publish/subscribe system like RSS, or are you using those terms as synonyms for event "firing" and "listening"?

I just want to be sure that I understand your intention, know what the scope of these exercises are, and use the best language for them.

@zspencer
Copy link
Contributor Author

zspencer commented Nov 5, 2014

Publish is synonymous with fire/trigger here and Subscribe is synoymous with listen.

@tannerwelsh
Copy link
Contributor

Ok so we can put DOM manipulation stuff in "Interacting with the User".

What about exercises that deal with state management? Like modals, animations, etc. Does that belong in Events & Callbacks?

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

No branches or pull requests

2 participants