method:charAt ( index );return type:stringcontent:ใช้แสดงผล ตัวอักขระ ณ ตำแหน่งที่กำหนดexample:var str = new String ( "bamboolabcode" ); alert ( str.charAt ( 2 ) );