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

Expand on foundational JS docs #4057

Merged
merged 27 commits into from
Oct 14, 2019
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7521d71
let reference simplified description first pass
stalgiag Oct 4, 2019
50129b4
const reference - first pass
stalgiag Oct 4, 2019
ab3dc71
if-else reference simplification first pass
stalgiag Oct 4, 2019
4748c23
function reference simplification first pass
stalgiag Oct 4, 2019
f58fbcf
return first pass
stalgiag Oct 4, 2019
41c7eac
add types and simplify class
stalgiag Oct 4, 2019
bebe13e
for loop first pass
stalgiag Oct 4, 2019
9817e26
for - in first pass
stalgiag Oct 4, 2019
68386bd
for - of first pass
stalgiag Oct 4, 2019
b77b492
parseInt first pass
stalgiag Oct 4, 2019
6284960
JSON.stringify first pass
stalgiag Oct 4, 2019
335b621
cleanup
stalgiag Oct 4, 2019
d032c2d
Change all const outside of const reference to let
stalgiag Oct 6, 2019
a857421
Remove for-in and for-of
stalgiag Oct 6, 2019
f38ba35
Remove parseInt reference
stalgiag Oct 6, 2019
64fb3e2
fix const links and a little more internal reference linking
stalgiag Oct 6, 2019
ff03f51
Fix misuse of word 'precede'
stalgiag Oct 6, 2019
f8dda77
Avoid odd term 'constant variable'
stalgiag Oct 6, 2019
1a33a34
Add console.log reference
stalgiag Oct 7, 2019
ccfd28a
add while reference and warning about infinite loops
stalgiag Oct 7, 2019
3e81ed1
Polygon class to Rectangle class for simplicity
stalgiag Oct 7, 2019
01719e4
Make function example not return value so as to not confuse with retu…
stalgiag Oct 7, 2019
27204d5
Add comparison operator references
stalgiag Oct 12, 2019
e407579
Minor formatting changes
stalgiag Oct 12, 2019
156087a
Get rid of == reference, add note in === ref
stalgiag Oct 13, 2019
aca39e6
Add @static tag to json.stringify and console.log
stalgiag Oct 13, 2019
cf2c4a9
Minor formatting, cleanup
stalgiag Oct 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading