JS
challenger
Home
JavaScript Basics
strings
Strings
create strings
modify strings
connect strings
template literals
NEXT
Introduction to JavaScript strings
LESSON
Create a Javascript string
CHALLENGE
Declare a String Variable
CHALLENGE
Compare Strings with Different Quotes
CHALLENGE
Different ways to create Javascript strings
CHALLENGE
Connect Javascript strings (1)
CHALLENGE
Find the Length of a String
CHALLENGE
Repeat a Word Twice
CHALLENGE
Is the String Longer Than 5?
CHALLENGE
Form a Simple Sentence
CHALLENGE
Store the First Character
CHALLENGE
Store the Last Character
CHALLENGE
Are the First and Last Characters the Same?
CHALLENGE
Get the Character at a Given Index
CHALLENGE
Case Sensitivity in String Comparisons
CHALLENGE
Connect Javascript strings (2)
CHALLENGE
Connect Javascript strings (3)
CHALLENGE
Create a Greeting with Template Literals
CHALLENGE
Display a User’s Age with Template Literals
CHALLENGE
Simple Math in a Template Literal
CHALLENGE
Convert to Uppercase
CHALLENGE
Convert to Lowercase
CHALLENGE
Uppercase and Lowercase Mixed
CHALLENGE
Case-insensitive String Comparison
CHALLENGE
Validate Email
CHALLENGE
Case Sensitive Includes
CHALLENGE
Test: JavaScript strings
EXAM