-
Notifications
You must be signed in to change notification settings - Fork 110
Manuals and specifications #53
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
odsantos
merged 13 commits into
javascript-tutorial:master
from
Mr-Saxobeat:manuals-and-specs
Oct 22, 2019
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
cea2e97
create manuals-and-specs section
Mr-Saxobeat 0be9769
Renumber article folders
Mr-Saxobeat 06dfb8e
Fix formats, links and grammar
Mr-Saxobeat d36a94b
Remove wrong hiperlink
Mr-Saxobeat 1f21758
Fix hiperlink and programming expression format
Mr-Saxobeat 25761e6
Make some changes requested
Mr-Saxobeat e1a1654
Finish requested changes
Mr-Saxobeat cd1e4fd
Fix broken characters
Mr-Saxobeat 4e94fe5
Make requested changes
Mr-Saxobeat 7be0741
Make requested changes
Mr-Saxobeat 3663346
Make requested changes
Mr-Saxobeat 758fb7b
Make some requested changes
Mr-Saxobeat 0279501
Make requested changes
Mr-Saxobeat 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
Prev
Previous commit
Make requested changes
- Loading branch information
commit 02795011ea774e6ee3ceb1210b029ebb7ce1f6fe
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Manuais e especificações | ||
|
||
Este livro é um *tutorial*. Ele tem como objetivo lhe ajudar a aprender gradualmente a linguagem. Mas uma vez familiarizado com o básico, irá precisar de outros recursos. | ||
Este livro é um *tutorial*. Ele tem como objetivo lhe ajudar a aprender gradualmente a linguagem. Mas uma vez familiarizado com o básico, irá precisar de outros recursos. | ||
|
||
## Especificação | ||
|
||
|
@@ -20,7 +20,7 @@ E mais, se você está desenvolvendo para browsers, há outras especificações | |
|
||
Pode ser encontrado em <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference>. | ||
|
||
Porém, às vezes é melhor fazer uma busca na internet. Apenas use "MDN [termo]" na busca, por exemplo, <https://google.com/search?q=MDN+parseInt> para procurar pela função `parseInt`. | ||
Porém, às vezes é melhor fazer uma busca na internet. Apenas use "MDN [termo]" na busca, por exemplo: <https://google.com/search?q=MDN+parseInt> para procurar pela função `parseInt`. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please,
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi, |
||
- **MSDN** - Manual da Microsoft com muitas informações, incluindo JavaScript (frequentemente referido como JScript). Se precisar de algo específico para o Internet Explorer, é melhor ir por aqui: <http://msdn.microsoft.com/>. | ||
|
||
|
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.