We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0625a commit 431d992Copy full SHA for 431d992
index.html
@@ -25,9 +25,9 @@ <h1>Hello, world! I am coming for you!</h1>
25
<p>I am learning JavaScript you idiot, I will do this for so long. </p>
26
</div>
27
<diV class="main2">
28
+ <h2 id="truth">I am I taller guy?</h2>
29
<h3 id="bmi">I will come to this with JavaScript</h3>
30
</diV>
-
31
32
<script src="/src/script/app.js"></script>
33
</body>
src/script/app.js
@@ -23,3 +23,5 @@ const bmi = weight / hight ** 2
23
24
let mybmi = document.getElementById("bmi")
mybmi.innerHTML = "The Body-Mass Index of Akele Is " + bmi
+
+document.getElementById("truth").innerHTML = hight<1.90
0 commit comments