today i was writing a javascript code and it wouldnt work. i was declaring a variable but the value of my variable contained the ' character so i need to scape that single quote character. so anytime you add especial characters to javascript values, its important to cancel them out. this is call escaping in programming..


Backslah ............ \\
Double quote ....... \"
Single quote ........ \'
Backspace ........... \b
Form feed ........... \f
Newline ............. \n
Carriage return ..... \r
Tab ................. \t