I'm attempting to perform algebraic operations in JavaScript using certain conditions and known variables. However, I lack proficiency in mathematics as well as JavaScript to comprehend how to articulate it.
Here are the conditions:
var w1 = h1/1.98
var w2 = h2/0.6355
h1 = h2
w1 + w2 = 1367
To the best of my knowledge, there seems to be adequate information available here to determine the values of w1, w2, h1, and h2.
If anyone has insights on how I can construct this calculation, please share your guidance.