Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
Ranked #4K
~228 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sonia sardana

[code] function ConvertToUpperCase() { var result; var numaric = "sonia"; var Character = numaric.charAt(0); result=Character.toUpperCase(); //In Result char is coming in UpperCase /[B]/I want how to replace the charater at postion 0 in numaric with result[/B] } [/code]

Member Avatar for Airshow
0
228