Skip to content

Commit 0de2815

Browse files
authored
Update README.md
1 parent 465a882 commit 0de2815

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# JavaScript Strings Lab
22

3-
Welcome to a JavaScript lab!
4-
53
![lab](http://i.giphy.com/NETCsDYm0fL44.gif)
64

7-
## Objectives
5+
## Overview
86

97
In this lab, we're going to work with strings. Strings in JavaScript are wrapped in single or double quotes, or in back ticks.
108

11-
By the end of this lab, you'll have learned how to do the following:
9+
## Objectives
10+
1211

1312
1. Manipulate strings by hand in JavaScript
1413
2. Practice interpolating with template literals

0 commit comments

Comments
 (0)