We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41d273 commit b05925bCopy full SHA for b05925b
1-js/03-code-quality/02-coding-style/1-style-errors/task.md
@@ -17,7 +17,7 @@ function pow(x,n)
17
let x=prompt("x?",''), n=prompt("n?",'')
18
if (n<=0)
19
{
20
- alert(`Nguồn ${n} không được hỗ trợ, vui lòng nhập một số nguyên lớn hơn 0`);
+ alert(`Luỹ thừa ${n} không được hỗ trợ, vui lòng nhập một số nguyên lớn hơn 0`);
21
}
22
else
23
0 commit comments