Remove double quotes from a string
-
What's the easiest way to remove double quotes from a string?
"1234" -> 1234
-
@dustbro
parseInt()
oreval()
https://www.youtube.com/watch?v=UIvX-BsU8VA
https://www.youtube.com/watch?v=-Q7nzezbgAY