Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-10) was last changed on 15-Apr-2016 14:22 by BlakeMcBride

This page was created on 25-Oct-2014 08:46 by BlakeMcBride

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 7 added 2 lines
All symbols in JavaScript are case-sensitive.
At line 11 added 8 lines
| String | 'Hello'
| | "Hello"
| Number | 45
| | 3.14
| Boolean | true/false
| null | null
| undefined | undefined
| RegExp | /.*/g
At line 20 added one line
At line 12 changed one line
No character type
There is no character type.
At line 14 changed one line
Strings are represented with double-quotes OR single-quotes, i.e.
Strings are represented with double-quotes OR single-quotes, and characters can be escaped with a backslash.
At line 16 removed 12 lines
{{{"Hello"
'there'}}}
Single-quote strings can embed double-quotes, and double-quote strings can embed single-quotes, i.e.:
{{{"don't you like this string"
'var abc = "value"'}}}
You can also use escapes "\", i.e.:
{{{'don\'t you like this'}}}
At line 33 changed one line
! Boolean values and Null
! Boolean values and null
At line 42 added 2 lines
The {{{===}}} operator is used to tell if the two arguments are the same object (not just equal).
Version Date Modified Size Author Changes ... Change note
10 15-Apr-2016 14:22 6.239 kB BlakeMcBride to previous
9 18-Dec-2015 08:39 6.226 kB BlakeMcBride to previous | to last
8 04-May-2015 09:37 6.208 kB BlakeMcBride to previous | to last
7 12-Jan-2015 18:30 6.04 kB BlakeMcBride to previous | to last
6 12-Jan-2015 18:28 6.039 kB BlakeMcBride to previous | to last
5 12-Jan-2015 12:33 4.779 kB BlakeMcBride to previous | to last
4 12-Jan-2015 12:27 4.667 kB BlakeMcBride to previous | to last
3 12-Jan-2015 09:41 4.542 kB BlakeMcBride to previous | to last
2 25-Oct-2014 09:02 4.442 kB BlakeMcBride to previous | to last
1 25-Oct-2014 08:46 0.012 kB BlakeMcBride to last
« This page (revision-10) was last changed on 15-Apr-2016 14:22 by BlakeMcBride