charCodeAt.baseline 644 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. AllChars : Hello. Length : 5
  2. 72
  3. 101
  4. 108
  5. 108
  6. 111
  7. AllChars : HelloWorld. Length : 10
  8. 72
  9. 101
  10. 108
  11. 108
  12. 111
  13. 87
  14. 111
  15. 114
  16. 108
  17. 100
  18. Got a exception. String.prototype.charCodeAt: 'this' is null or undefined
  19. >> FirstChar : undefined
  20. Got a exception. String.prototype.charCodeAt: 'this' is null or undefined
  21. >> FirstChar : 0
  22. 48
  23. << FirstChar.
  24. >> FirstChar : 1.1
  25. 49
  26. << FirstChar.
  27. >> FirstChar : 10
  28. 49
  29. << FirstChar.
  30. >> FirstChar : Hello
  31. 72
  32. << FirstChar.
  33. >> FirstChar : true
  34. 116
  35. << FirstChar.
  36. >> FirstChar : false
  37. 102
  38. << FirstChar.
  39. >> FirstChar : true
  40. 116
  41. << FirstChar.
  42. >> FirstChar : [object Object]
  43. 91
  44. << FirstChar.