My issue
height = [1.70, 1.65, 1.80, 1.60, 1.75]
weight = [30, 55, 90, 102, 65]
i want the code of above example
My code
const height = [1.70, 1.65, 1.80, 1.60, 1.75];
const weight = [30, 55, 90, 102, 65];
/* Using these 5 users find the BMI */
/* Update your code below this line */
Learning course: Web development using JavaScript
Problem Link: CodeChef: Practical coding for everyone