Skip to content

Susy201113#441

Merged
joaquinelio merged 65 commits intojavascript-tutorial:masterfrom
joaquinelio:susy201113
Nov 20, 2020
Merged

Susy201113#441
joaquinelio merged 65 commits intojavascript-tutorial:masterfrom
joaquinelio:susy201113

Conversation

@joaquinelio
Copy link
Copy Markdown
Member

@joaquinelio joaquinelio commented Nov 13, 2020

cambios descartados y pasados a issues

1-11-6 promisify article
varios cambios,
pero no como para rehacerlo. Sugiero ver history o blame del ingles

1-8-1 prototype inherit
solo 2 cambios muy localizados, varias lineas
Sugiero ver history o blame del ingles

1-4-7 optional chaining
varios agregados por lo tanto num lineas trastocado
quizas sea mejor usar diff

leviding and others added 30 commits October 15, 2020 13:16
Commit 10d1b1f added a hint about which word would be found by
a certain regexp:

"A call to str.match(/\w+/) will find only the first word in the line
(var). That’s not it."

Unfortunately the result is incorrect: the regexp would find `let`, not
`var`.

Updating the hint should resolve any confusion. The example has been
tested in the console to ensure that the regexp does indeed return
`let`.
Strictly speaking, there is no error here,
as `typeof` does not produce errors with undefined variables.
Now this chapter is at the end of the general section.
Fix semicolons in 1.11.1 (Introduction: callbacks)
promisiefy -> promisify
iliakan and others added 17 commits November 10, 2020 12:12
Correct solution explanation in 1.99.04 (Reference Type)
Fix link in 2.1.5 (Node properties...)
It can be more readable with same line of code. There was a lot of nested parenthesis.
Fix a typo in 1.11.3 (Promises chaining)
Fix typo in 2.1.6 (Attributes and properties)
fix typo in 06-promisify article.md
Fix typos in 2.1.4 (Searching elements)
Fix a typo in 1.6.1 task solution
OPT: change "false" to "falsy"
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Nov 13, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
5 out of 10 committers have signed the CLA.

✅ vsemozhetbyt
✅ leviding
✅ iliakan
✅ odsantos
✅ joaquinelio
❌ johnjacobkenny
❌ satyambnsal
❌ ZhaoMuwei
❌ lumosmind
❌ wam
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown
Contributor

@vplentinax vplentinax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

@joaquinelio joaquinelio merged commit f0947cf into javascript-tutorial:master Nov 20, 2020
@joaquinelio joaquinelio deleted the susy201113 branch November 20, 2020 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.