Three often cited weaknesses of JavaScript are that it is: Weak typing (data types such as number, string); does not nee
Posted: Sat May 14, 2022 3:25 pm
Three often cited weaknesses of JavaScript are that it is: Weak
typing (data types such as number, string); does not need to
declare a variable before using it; and overloading of the +
operator.
So for each weakness, please explain why it can be problematic
to people and give some examples for each.
typing (data types such as number, string); does not need to
declare a variable before using it; and overloading of the +
operator.
So for each weakness, please explain why it can be problematic
to people and give some examples for each.