We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465a882 commit 0de2815Copy full SHA for 0de2815
README.md
@@ -1,14 +1,13 @@
1
# JavaScript Strings Lab
2
3
-Welcome to a JavaScript lab!
4
-
5

6
7
-## Objectives
+## Overview
8
9
In this lab, we're going to work with strings. Strings in JavaScript are wrapped in single or double quotes, or in back ticks.
10
11
-By the end of this lab, you'll have learned how to do the following:
+## Objectives
+
12
13
1. Manipulate strings by hand in JavaScript
14
2. Practice interpolating with template literals
0 commit comments