Skip to content

Commit 603eacb

Browse files
authoredJul 6, 2016
Merge pull request #10 from ktravers/ktravers-1467592322
heading syntax, grammar
2 parents a812158 + 1980647 commit 603eacb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
JavaScript Strings Lab
2-
---
1+
# JavaScript Strings Lab
32

43
Welcome to another JavaScript lab!
54

@@ -9,7 +8,7 @@ Welcome to another JavaScript lab!
98

109
In this lab, we're going to work with strings. Remember, strings in JavaScript are wrapped in single or double quotes, or in back ticks.
1110

12-
By the end of this lab, you'll
11+
By the end of this lab, you'll have learned how to do the following:
1312

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

0 commit comments

Comments
 (0)
Failed to load comments.