Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b0e2e04

Browse files
authored
Merge pull request #3234 from adam4nj/patch-1
typo at String concatenation with binary
2 parents 36eb3da + 0c5ac0e commit b0e2e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/02-first-steps/08-operators/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ alert( 8 ** (1/3) ); // 2 (power of 1/3 is the same as a cubic root)
8080

8181
## String concatenation with binary +
8282

83-
Let's meet features of JavaScript operators that are beyond school arithmetics.
83+
Let's meet the features of JavaScript operators that are beyond school arithmetics.
8484
8585
Usually, the plus operator `+` sums numbers.
8686

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /