Why is "10000" < "8000" in js true

as mentioned, isn"t js a weakly typed language? shouldn"t string subtraction be automatically converted to numeric type operations?

Sep.24,2021

if two numeric strings subtract each other, or if one of them is a string, it is automatically converted to a numeric type for operation:

  https://baike.baidu.com/pic/A.

Menu