Split first JavaScript lesson in two#1
Open
outoftime wants to merge 46 commits intoScriptEdGWHS:masterfrom
Open
Split first JavaScript lesson in two#1outoftime wants to merge 46 commits intoScriptEdGWHS:masterfrom
outoftime wants to merge 46 commits intoScriptEdGWHS:masterfrom
Conversation
Author
|
@ScriptEdGWHS/owners what do you think? |
Add links to Codecademy resources
Needs to be a full link otherwise Github treats it as a relative path
Small typo in readme
Update Readme with link fix
TYPO: tage to tags
The previous URL (https://developer.chrome.com/devtools) points to this new location with the message: "The DevTools docs have moved! For the latest tutorials, docs and updates head over to the new home of Chrome DevTools".
…zscripted-patch-1 Update URL for Chrome Dev Tools
c09d019 to
28fe673
Compare
added 3 commits
November 7, 2015 17:50
Reworked first lesson plan based on structure used successfully at GWHS, with focus on values, expressions, and the relationship between the two.
* Tie it back in to values & expressions lesson * Spell out steps for declaring a variable and assigning it a value * Practice using variables in expressions
28fe673 to
5fc82b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think the first JavaScript lesson covers too much ground—the stated objective is to learn how to "create, instantiate, and edit variables in JavaScript", but many other topics are covered, such as:
So, I’ve extracted those ideas into a proposed precursor lesson which introduces JavaScript without yet bringing in the concept of variables.