Weak typing means that values can implicitly change type to fit operations performed on them. JavaScript is weakly typed: 5 + "3" will implicitly convert the string to a number and produce 8. (Haha, just kidding, it produces "53".)
Weak typing means that values can implicitly change type to fit operations performed on them. JavaScript is weakly typed: 5 + "3" will implicitly convert the string to a number and produce 8. (Haha, just kidding, it produces "53".)
@je Суть в том, что правила приведения произвольные, и для каждого языка немножко свои. А доклад хороший, да.
@voker57 Можно подумать, в других слабо типизированных языках лучше.
Ты плохой T.T