Skip to content

Commit

Permalink
Merge pull request javascript-tutorial#3234 from adam4nj/patch-1
Browse files Browse the repository at this point in the history
typo at String concatenation with binary
  • Loading branch information
iliakan authored Oct 18, 2022
2 parents 36eb3da + 0c5ac0e commit b0e2e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/08-operators/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ alert( 8 ** (1/3) ); // 2 (power of 1/3 is the same as a cubic root)

## String concatenation with binary +

Let's meet features of JavaScript operators that are beyond school arithmetics.
Let's meet the features of JavaScript operators that are beyond school arithmetics.
Usually, the plus operator `+` sums numbers.
Expand Down

0 comments on commit b0e2e04

Please sign in to comment.