JavaScript Essentials: Working with Strings


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Working with strings is a fundamental skill of the JavaScript programmer. This course covers working with fonts, the various methods of searching strings, string conversions, Unicode, and various other string manipulation operations.

Target Audience
Developers looking to skill up in JavaScript and anyone with an interest in writing JavaScript code

Prerequisites
None

Expected Duration (hours)
2.0

Lesson Objectives

JavaScript Essentials: Working with Strings

  • start the course
  • change the font style of strings by using JavaScript
  • change the font color in strings by using JavaScript
  • change the size of fonts in strings by using JavaScript
  • generate hyperlinks from strings by using JavaScript
  • generate superscripts and subscripts in strings by using JavaScript
  • locate a string within a string by using indexOf
  • use charAt to locate a specific character in a string
  • locate the Last Known Position of a substring using lastIndexOf
  • search strings using the JavaScript search method
  • search strings using the JavaScript match method
  • search and replace strings by using the JavaScript replace method
  • search strings using the JavaScript slice method
  • split a string using JavaScript
  • convert strings to upper or lower case
  • convert strings to upper or lower case based on the user's location
  • convert numbers to strings
  • convert strings to numbers
  • get a Unicode value from a string by using JavaScript
  • generate a character from Unicode by using JavaScript
  • make string text bigger and smaller by using JavaScript
  • concatenate strings by using the concat method
  • set and use localeCompare
  • remove white space from strings using JavaScript
  • determine the function that created a string using JavaScript
  • determine the length of a string
  • recursively store input in a string
  • Course Number:
    sl_jsce_a06_it_enus

    Expertise Level
    Intermediate