Content deleted Content added
Removing link(s) to "InScript (JavaScript engine)": Removing links to deleted page InScript (JavaScript engine). |
ClueBot NG (talk | contribs) m Reverting possible vandalism by 41.45.154.190 to version by MSWS. Report False Positive? Thanks, ClueBot NG. (4412224) (Bot) |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 74:
=== Weakly typed ===
ECMAScript is [[weakly typed]]. This means that certain types are assigned implicitly based on the operation being performed. However, there are several quirks in JavaScript's implementation of the conversion of a variable from one type to another.
=== Dynamic ===
|