Skip to content

Type Conversions #212

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

Merged
merged 33 commits into from
Jun 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a814a17
Translated article.md
PauloBacelar Feb 28, 2021
61386db
Translated table
PauloBacelar Feb 28, 2021
0f60c5c
Translated another part I forgot to translate
PauloBacelar Feb 28, 2021
b2bb352
Translated "Numeric conversion rules:"
PauloBacelar Feb 28, 2021
213165f
Translated "Not talking about objects yet"
PauloBacelar Feb 28, 2021
9ef030e
Fixed typo
PauloBacelar Feb 28, 2021
ffd6c99
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
9ee8859
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
fa0fb4a
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
034216b
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
0dd1df1
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
6d08502
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
dead7a2
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
5d90f6a
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
9e846be
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
912ea5c
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
c2bd242
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
0bfdecd
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
05e447c
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
5946a7c
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
989bf46
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
525fd2a
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
74edbc0
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
3b63abd
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
b70d21c
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
ad38a7d
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
dd0ff8e
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
ab8344b
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
fc12307
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
04ead4c
Update 1-js/02-first-steps/07-type-conversions/article.md
PauloBacelar Jul 20, 2021
26376d0
Merge branch 'javascript-tutorial:master' into master
PauloBacelar Aug 18, 2021
457da50
Merge branch 'javascript-tutorial:master' into master
PauloBacelar Nov 1, 2021
5177ed7
Made changes suggested by @jonnathan-ls
PauloBacelar Jun 27, 2022
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
Prev Previous commit
Next Next commit
Translated table
I hadn't translated a table on last commit
  • Loading branch information
PauloBacelar authored Feb 28, 2021
commit 61386dbf828a633ffe22d7775797b05eaf2a1ec4
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/07-type-conversions/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ A conversão segue as seguintes regras:

Seguem as regras:

| Value | Se torna... |
| Valor | Se torna... |
|-------|-------------|
|`0`, `null`, `undefined`, `NaN`, `""` |`false`|
|qualquer outro valor| `true` |
Expand Down