Commit graph

21 commits

Author SHA1 Message Date
Ilya Kantor
1889fd8d4e
Merge pull request #582 from evazorro/patch-1
Update wording and grammar
2018-11-03 19:34:04 +03:00
Mrchazaaa
14b27426db
placed a semicolon after this function expression 2018-10-28 14:38:32 +00:00
evazorro
1ffbae42fa
Update question with more natural phrasing 2018-10-18 12:24:28 -04:00
Ilya Kantor
a894f82412
Merge pull request #371 from brentguf/function-expressions
Function expressions
2018-03-03 09:21:39 +03:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Brent Guffens
f7ddc6e859
Figure bracket => curly brace 2018-01-19 09:12:59 +01:00
Brent Guffens
fa4c0d02b4
Update article.md 2018-01-18 21:38:07 +01:00
Brent Guffens
c720872bd2
Assignment operator in code formatting 2018-01-18 21:32:32 +01:00
Alexander
6085d981df Fix spaces around operator 2017-09-24 00:38:49 +03:00
Ilya Kantor
edbe004061 readability 2017-09-18 09:04:07 +02:00
Georgy
e3f126edaf Update 15-function-expressions-arrows
'Must' is very restrictive. The code would work without `return` directive, both in general or `"use strict";` modes.
For instance, we **must** declare variables, because code would break.
2017-08-21 14:17:36 -04:00
gwooly
dd70a07e12 Minor grammar changes to help improve flow. 2017-08-17 20:14:12 +01:00
Jeff Bothe
6006abdfdc grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16 2017-08-10 19:12:00 -05:00
Ilya Kantor
a2bbf6337f Merge pull request #104 from jorgesmash/patch-1
Update: 15-function-expressions-arrows/article.md
2017-07-23 11:29:40 +02:00
jorgesmash
29956cade5 Typo
"The come in two flavors" should be "They come in two flavors".
2017-07-19 13:33:27 -04:00
jorgesmash
6e8f1177d7 Update: 15-function-expressions-arrows/article.md
This code snippet should be shown with the semicolon:
// Function Expression
let sum = function(a, b) {
  return a + b;
}
2017-07-19 12:25:40 -04:00
Amarkant Kumar
32af036864 Create article.md
typo for evaluates words.
2017-04-15 01:14:38 +05:30
Ilya Kantor
0fcf9f84fa fixes 2017-03-24 17:28:37 +03:00
Ilya Kantor
75e30539ef replace 2017-03-19 17:09:37 +03:00
Ilya Kantor
97a0f22ff0 up 2017-01-03 01:36:58 +03:00
Ilya Kantor
9ad9063d00 up 2016-11-28 21:35:42 +03:00