Concepts Overview 4

Utilizing Input Labels, External JavaScript Functions and Introductory CSS

Repo

IMC result

Main js lines/commands used:

    
        let weight = document.querySelector('#iWeight').value
        
document.querySelector('#result').innerHTML = imc
<script src="https://cdn.jsdelivr.net/gh/JesusSierralaya/sierralaya/js_solutions/concepts_3/imccalculator.js">

Back to Concepts Overview