Boris Verkhovskiy
f4d4fb76ba
Fix language names ( #5148 )
2024-10-20 14:46:35 -07:00
sai
17c33c33b5
[javascript/*] Update Javascript Garden link ( #4984 )
2024-08-29 20:32:02 -07:00
Federico
4fafc29666
Quote this keyword in explanation ( #4862 )
2024-03-14 02:40:43 +01:00
ven
224e01864a
Fix 4841
2024-02-14 11:01:52 +01:00
Chris Harding
63a2c26029
[javascript/en] Reorder block ( #4706 )
...
It makes more sense here, as in the type coercion on addition is what
leads to the weird behavoir.
Co-authored-by: Chris Harding <christopher.harding@galvanize.com>
2023-08-25 11:54:23 +08:00
Anoint
6c1de0fcb4
Update javascript.html.markdown
2023-07-21 00:47:46 +05:30
Marcel Ribeiro-Dantas
bba9f7df21
Fixes typos in many different English articles
...
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
2022-12-10 12:05:34 -03:00
Konstantinos Lampropoulos
334b090a4d
Update javascript.html.markdown ( #4178 )
...
var => function/global , let => lexical/block scoped
2022-01-04 00:18:07 +08:00
Leigh Brenecki
5864aba42d
Purge my deadname
2020-02-13 10:38:29 +10:30
Samuel Rabinowitz
eb6aa85639
Add missing semicolon for consistency
2019-12-28 16:50:01 -07:00
Chris Zimmerman
19a377def0
Adds documentation for some basic ES6 features.
2019-09-30 17:55:50 -04:00
Konstantin L
2570367605
Fix js prototype example
...
It would also print myBoolean from prototype's prototype
2019-01-21 16:04:23 +03:00
Divay Prakash
d27199d001
Merge pull request #3148 from hamidra/hamid/js
...
[javascript/en] add for/of loops
2018-09-08 17:08:04 +05:30
luc4leone
c2e2fca15c
Delete broken link to Eloquent Javascript - The Annotated Version by Gordon Zhu
2018-07-02 14:15:02 +02:00
hra
2a3d19ef73
add for/of to js (change description)
2018-07-01 15:10:13 -07:00
hra
faca0e7944
add for/of to js
2018-07-01 15:05:02 -07:00
Apoorv Choubey
c06af7a5ac
Added a resource to read for Javascript
2017-12-17 15:56:42 +05:30
name
aff623e234
Comments improved
2017-11-13 00:41:52 +03:00
name
cbb09c2df6
[javascript/en] Add several usefull functions to work with arrays
2017-10-31 13:57:42 +03:00
Kyle Mendes
575dc7c018
Adding missing semicolons
2017-10-27 16:09:35 -04:00
rlgreen91
966886c6a9
Corrects typo in prototype section.
2017-06-08 16:35:17 -05:00
Adam Brenecki
54eff5591a
[javascript/en] Minor changes to formatting, prototype explanations
...
- Made a comment a complete sentence, to match the style of the rest of
the document.
- Removed discussion of for/in over Arrays, since it's a can of worms,
and for/of is more appropriate if ES6 operators are available.
- Reworded introduction to prototypes, and moved it with the rest of the
prototype documentation.
2017-03-01 19:29:32 +10:30
Ravi Subramanian
21652477c2
[javascript/en] Clarify objects, remove premature reference to prototypes
...
- Prototypes are referenced in Section 3 before being discussed (in Section 5)
- Also, prototypes are referenced while talking about for-loops, which
IMHO distracts from the discussion of the loop structure itself
- Added example that shows prototype-chain-walking via for-in in Section 5
2017-02-23 16:04:42 -08:00
Yi Hong Ang
6d351553ac
add labeled loop breaking for Javascript ( #2539 )
2016-10-31 00:33:22 +01:00
Ryan
6e9e1f4af0
Added new resource to javascript
2015-10-31 16:49:57 -07:00
Kyle Mendes
08e6aa4e6e
Adding a small blurb to extend upon string concatination
2015-10-28 17:25:44 -04:00
Adam Brenecki
c3a66e60a6
[javascript/en] Re-add note about truthiness of wrapped primitives
...
Previous incarnations of this section had `Number(0)` instead of
`new Number(0)`, which actually returns `0` due to the absence of the
`new` keyword; this commit re-adds that section and better still, makes
it actually correct!
2015-10-28 13:48:53 +10:30
Adam Brenecki
d4d471ef50
[javascript/en] Formatting fix
2015-10-28 13:27:48 +10:30
Adam Brenecki
c83eb6c6bc
[javascript/en] Move comparisons to other languages into preamble
2015-10-28 13:26:24 +10:30
Corban Mailloux
a8d5105fab
[javascript/en] Spacing and capitalization of comments
...
... and a few grammar fixes.
2015-10-27 22:47:03 -04:00
Corban Mailloux
61aa6a3e01
"wan't" -> "want"
2015-10-27 22:18:02 -04:00
Leonardy Kristianto
9c3c3dff45
Added resources to read for Javascript
2015-10-28 02:04:34 +08:00
Hunter Stevens
db4160710d
Remove "feedback", fix link markdown
2015-10-23 13:14:38 -04:00
ven
257533fe5a
fix #1726 , thanks @fisktech
2015-10-21 23:18:38 +02:00
Sawyer Charles
7fdce9215a
Fixed bracket placement
2015-10-19 16:00:22 -05:00
Sawyer Charles
d78518288b
removed ()
2015-10-19 12:42:23 -05:00
Sawyer Charles
3835cd26f5
[javascript/en] Added setInterval
...
Added the setInterval function provided by most browsers
2015-10-19 10:54:42 -05:00
Levi Bostian
8656cfe09f
Merge pull request #1537 from xtrasmal/patch-1
...
Updated javascript.html.markdown
2015-10-18 12:00:18 -05:00
Cameron Wood
c23bba2b60
[javascript/en] Small typo fix
...
Just a simple 1-word typo fix
2015-10-18 05:46:35 -04:00
venegu
53366ebdbe
Adding modulo division to JavaScript article
2015-10-17 22:21:25 -04:00
bharathkkb
80bb3a0642
Added backticks for a keyword.
...
Added backticks for the “this” keyword.
2015-10-16 11:41:52 -07:00
Xander Smalbil
841dcb5f09
Updated javascript.html.markdown
...
Added some additional information on declaring variables.
2015-10-15 22:38:44 +02:00
Levi Bostian
bd56a72723
Merge pull request #1372 from raphaelbn/patch-1
...
[javascript/en] Added for/in loop JavaScript
2015-10-09 10:02:12 -05:00
Raphael Nascimento
c3914e277b
Added for/in loop JavaScript
...
Fixing code style
2015-10-08 18:34:03 -03:00
Gabriel Halley
a793d16e37
remove extra whitespace, explain NaN
2015-10-07 22:22:12 -04:00
Raphael Nascimento
f1711ddd4c
[javascript/en] Added for/in loop JavaScript
...
more explanation about for/in java script.
2015-10-06 23:44:30 -03:00
Raphael Nascimento
fe52573118
Update javascript.html.markdown
...
For/In loop JavaScript
2015-10-06 20:51:47 -03:00
Philip Rowan
87d0c402fb
[javascript] Fix for issue 1248
...
https://github.com/adambard/learnxinyminutes-docs/issues/1248
2015-10-01 18:34:11 -05:00
jasonqu
5e0964e2ee
[javascript/zh] Translation tracking
2015-03-06 17:42:44 +08:00
Nimit Kalra
08b0596e45
Add semicolon to maximine consistency.
...
Added a semicolon to conform with statement at top of guide:
// Because those cases can cause unexpected results, we'll keep on using
// semicolons in this guide.
2015-02-25 10:03:19 -06:00