5 ms·
JS is safe C with types and pointers stripped from the syntax. I don't get why people don't understand its popularity. HTML lets you put boxes on the screen a
by jsprogrammer 10y ago
JS is safe C with types and pointers stripped from the syntax.
I don't get why people don't understand its popularity.
HTML lets you put boxes on the screen and CSS lets you paint-by-number(id/name/selector).
If you aren't doing any of those things, I am very curious to know what exactly you are doing.
- zeppelin101 10y agoI think people hate the quirkiness of it and the dynamic typing.
- zaphar 10y agoJS is most definitely not safe C. It has a brace based syntax with if statements and for loops but other than those superficial similarities it's semantics are vastly different.
- jsprogrammer 10y agox += 2; call(param); data.key = cache[0];
- raarts 10y agoJust like PHP :-)