Skip to content

Translated IF statements article and tasks #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jul 26, 2021
Merged
Prev Previous commit
Next Next commit
Translated solution.md
  • Loading branch information
meilune authored Jul 26, 2021
commit 26ea42659b7f7251da7ec2ba2a64b1facccd864c
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/10-ifelse/3-sign/solution.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


```js run
let value = prompt('Type a number', 0);
let value = prompt('Įveskite skaičių', 0);

if (value > 0) {
alert( 1 );
Expand Down