Have to admit I wasn't aware of this one.....nice tip!
💡 JavaScript tip (11):
When dealing with numeric inputs – such as number, range, or date – you can use the `.valueAsNumber` property to get an actual number instead of a string (that the `.value` returns.)


