>>1-3
please restrain yourself from posting here again,
you're dumbing down the board.
Name:
Anonymous2008-04-23 3:47
Jesus christ JavaScript sucks.
substring() and substr() and slice()
Is this some fucking joke?
substr is an abbreviation of substring and works a little different.
slice() works exactly like substring()
Except slice can take a negative number or either argument and substring can't. This is according to the fucking spec, I just looked it up.
IE implements the properly, Firefox does not (it allows a negative for substring arguments).
Name:
Anonymous2008-04-23 3:59
What the fuck is EMCAScript?
Name:
Anonymous2008-04-23 4:04
The actual name of JavaScript. It was called something else when Netscape initially developed it.
Sun and Netscape struck a deal a long time ago that Netscape could distribute Java with Navigator if Netscape renamed their new browser scripting technology to JavaScript.
When they went to the EMCA to get it standardized, they gave it a no-go on the name JavaScript because it had absolutely nothing to do with Java and was misleading.