JavaScript Practice: String Manipulation

JavaScript Practice: String Manipulation

23mBeginner2023-09-13

Authors

Jamie Pittman

Jamie Pittman

Full-Stack Software Developer

Course details

Learning string manipulation is a fundamental aspect of mastering JavaScript. In this course, instructor Jamie Pittman helps you get a deeper understanding about JavaScript string manipulation with hands-on challenges that cover ten common JavaScript string methods. Topics covered include trimming a user’s password, transforming user input into lowercase text, splitting an email list, and replacing a typo.

Skills covered

Ecma InternationalJavaScriptProgramming LanguagesSoftware DevelopmentOne-Off

Concepts

Introduction

  • Testing your skills with JavaScript
  • Getting started with Coderpad

String Manipulation

  • Solution - Determine password length
  • Solution - Trim a user's new password
  • Solution - Check phone number format
  • Solution - Transform user input to lowercase
  • Solution - Display a page heading in uppercase
  • Solution - Does the message include fun
  • Solution - Split your email list
  • Solution - Slice your account number display
  • Solution - Replace the typo
  • Solution - Concat first and last name

Conclusion

  • Continuing on with JavaScript