-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Objects and Object Constructors: Add examples of grouping functionality with objects #27381
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
Open
takinabradley
wants to merge
52
commits into
TheOdinProject:main
Choose a base branch
from
takinabradley:why_objects
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+345
−91
Open
Changes from 15 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
608cd00
Lint 'objects_and_object_constructors.md'
takinabradley e3e36f9
Add examples of how objects are useful both to organize data and to g…
takinabradley 77d0a71
Fix spelling errors
takinabradley cfce9a2
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley d6366b5
Add additional examples of objects as a design pattern
takinabradley 098d451
fix never-ending note
takinabradley 9b9e4a1
small editorial changes
takinabradley 4e581ea
update language to fit the topic of objects representing more abstrac…
takinabradley 53bdcaa
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley f89e4c6
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley afef9e9
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley 827614d
fix code tags, apostrophes, and spelling errors
takinabradley 6c96f0c
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley 9cb829e
remove unnecessary switchOn/switchOff logic
takinabradley a202e02
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley 86c5ca7
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley b78f821
add a new lesson on organizing code with objects
takinabradley b0e07a5
remove language indicating object literals are the best way to create…
takinabradley 3c0e23f
clarify what's meant by object literals not having a way to make priv…
takinabradley 3f97244
remove object organization content to be extracted into a separate le…
takinabradley 61e772d
change the lesson goal on the `this` keyword to be more general
takinabradley 3ffb1a2
remove references to objects used in 'Organizing Code with Objects' l…
takinabradley 4cad12f
change the assignment to use the easier devsage video
takinabradley 19da94c
edit assignment wording so it doesn't feel as if it's the first time …
takinabradley d1ba7bf
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley 9535e55
Fix new introduction to lesson
takinabradley 73def3b
make small editorial changes
takinabradley 86f8992
add lesson exercises
takinabradley 2e2246f
Make the 'objects as machines' subsection clearer
takinabradley 16cbddf
Split long paragraph into two
takinabradley e5be024
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley 61e1d38
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley 28c8b5a
fix unescaped underscores
takinabradley 88275cb
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley a93de3c
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley e7c08dd
Rearrange introductory content with editorial changes.
takinabradley 965e479
prefix dashes with spaces
takinabradley 1da76cc
fix spelling error
takinabradley cf99f6a
small editorial change
takinabradley c7d0270
Small editorial change
takinabradley d46a1f0
Fix heading case to conform to style guide
takinabradley 65a5b44
Supply accessable link
takinabradley af9ce68
Add period at end of assignment
takinabradley 218d97a
Describe how knowing what methods/properties should be on an objects …
takinabradley 3d964ba
clarify comments around organizing information in objects
takinabradley 0424233
Remove suggestion to show off this assignment with the community
takinabradley 31a5022
Remove "The Principles of Object-Oriented JavaScript" as an additiona…
takinabradley 2181fb6
Add note about modifying properties through methods vs directly
takinabradley 9eac73b
Merge branch 'main' of github.com:TheOdinProject/curriculum into why_…
takinabradley 0418cc3
Convey the idea of private properties without a full, concrete RPS ex…
takinabradley 8991dcb
replace 'website' with 'app'
takinabradley 7bb8816
Fix spelling error
takinabradley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.