-2
Hello, I needed a help. The idea in Javascript is as follows... The user type a value in a input, and the application returns the value corresponding to this type value, which has already been predefined before with constant example:
var '8' = 65.60
var '101' = 189
var '17' = 126
When the user type 8, the application returns 65.60, when the user type 101, the application returns 189, and so on, someone knows how to do something like this?
Thank you for your attention.
Hello, thank you for your attention
– Isaque Lopes