+ All Categories
Home > Documents > Javascript is a Powerfu12a

Javascript is a Powerfu12a

Date post: 07-Apr-2018
Category:
Upload: sanjay-kumar
View: 222 times
Download: 0 times
Share this document with a friend
24
String Objects  Introduction  A string is a group of Characters . M -> is a Character Moral -> is a group of Characters or contains 5 Characters or is a string. A string is an Object A string is an object in Javascript , an object have properties and methods or functions, so a string is having property and methods in javascript.  String property Length – property returns the no of characters present in string.  String Methods bold() - returns the string formatting to bold. italics() – returns the string formatting italics. charAt() – returns the character present in string at given position. substring() – returns the characters present from given start position to given end position. toLowerCase () – returns the string converted to lowercase letters. toUpperCase() – returns the string converted to uppercase letters. Length  Length is a property of sring object, using which we can know the number of characters in a string.  Example 1:  <html> <head> <script> var a="Hindustan" documen t.write("Length of Variable a is "+a.length); </script> </html> Output will be: Length of Variable a is 9  Example 2:  <html> <head> <script>
Transcript
Page 1: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 1/24

Page 2: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 2/24

Page 3: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 3/24

Page 4: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 4/24

Page 5: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 5/24

Page 6: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 6/24

Page 7: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 7/24

Page 8: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 8/24

Page 9: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 9/24

Page 10: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 10/24

Page 11: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 11/24

Page 12: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 12/24

Page 13: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 13/24

Page 14: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 14/24

Page 15: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 15/24

Page 16: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 16/24

Page 17: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 17/24

Page 18: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 18/24

Page 19: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 19/24

Page 20: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 20/24

Page 21: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 21/24

Page 22: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 22/24

Page 23: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 23/24

Page 24: Javascript is a Powerfu12a

8/6/2019 Javascript is a Powerfu12a

http://slidepdf.com/reader/full/javascript-is-a-powerfu12a 24/24


Recommended