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 8f75cf1

Browse files
committed
fixes
1 parent ef06f59 commit 8f75cf1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

‎1-js/03-code-quality/02-coding-style/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let n = prompt("n?", "");
2626
2727
if (n < 0) {
2828
alert(`Power ${n} is not supported,
29-
please enter an integer number, greater than 0`);
29+
please enter a non-negative integer number`);
3030
} else {
3131
alert( pow(x, n) );
3232
}

‎1-js/03-code-quality/02-coding-style/code-style.svg‎

Lines changed: 1 addition & 1 deletion
Loading[フレーム]

‎figures.sketch‎

-215 KB
Binary file not shown.

0 commit comments

Comments
(0)

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