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 5967796 commit 31042f9Copy full SHA for 31042f9
javascript/introduction-to-js-1/tasks/math/math3-download.html
@@ -48,7 +48,7 @@
48
let para2 = document.createElement('p');
49
let para3 = document.createElement('p');
50
51
- let weightTest = weightComparison ? 'True — elephants weight less than mice!?' : 'False — of course an elephant is heavier than a mouse!';
+ let weightTest = weightComparison ? 'True — elephants do weigh less than mice!?' : 'False — of course an elephant is heavier than a mouse!';
52
let heightTest = heightComparison ? 'True — an ostrich is indeed taller than a duck!' : 'False — apparently a duck is taller than an ostrich!?';
53
let pwdTest = pwdMatch ? 'True — the passwords match.' : 'False — the passwords do not match; please check them';
54
0 commit comments