|
3 | 3 | 
|
4 | 4 | > Be yourself; everyone else is already taken. -[Oscar Wilde](https://en.wikipedia.org/wiki/Oscar_Wilde)
|
5 | 5 |
|
| 6 | +## Overview |
| 7 | + |
| 8 | +This Playgrounds lab, you'll create and print variables and constants that represent string and integer types. |
| 9 | + |
6 | 10 | ## Learning Objectives
|
7 | 11 |
|
8 | 12 | * Create variables and constants using `let` and `var`.
|
|
15 | 19 |
|
16 | 20 | This is your first lab. Some labs require that you open up Xcode, other labs ask that you open up the playground file. What does that mean?
|
17 | 21 |
|
18 |
| -If you aren't familiar with Xcode, read [this](https://github.com/learn-co-curriculum/reading-ios-intro-to-xcode). If you aren't familiar with how tests work and what your interaction will be with them, read [this](https://github.com/learn-co-curriculum/swift-xcode-warnings-errors) next. |
| 22 | +We introduced you to Xcode earlier in this course and we'll cover it in more detail in subsequent lessons. For now, know that this lab is asking that you open up a playground file, and we'll walk you through those steps. The playground file has _no_ tests in it. |
19 | 23 |
|
20 |
| -This lab is asking that you open up a playground file, and we'll walk you through those steps. The playground file has _no_ tests in it. |
21 |
| - |
22 |
| -First things first, you should clone down this repository. If you aren't familiar with how to do that or the process of submitting labs, you should read [this](https://github.com/learn-co-curriculum/swift-functionFun-lab/tree/master). |
| 24 | +First things first, you should clone down this repository. If you aren't familiar with how to do that or the process of submitting labs, review the earlier lesson that covered this. |
23 | 25 |
|
24 | 26 | After cloning down this project, you should locate the directory in Terminal or locating it through finder.
|
25 | 27 |
|
@@ -60,7 +62,9 @@ What exactly is a Playground file? A *playground* is an interactive Swift coding
|
60 | 62 | Notice how in the right pane, the playground file is able to compile and run this code *while* I'm typing it in. That's awesome and makes it a really great tool to learn how to code. As you move forward in your "learning how to program" career, if you're ever challenged with a topic or want to brush up on some material, create your own *playground* by launching Xcode and just start writing some code!
|
61 | 63 |
|
62 | 64 |
|
63 |
| -### Now.. move forward and complete this lab! Good luck. |
| 65 | +Now.. move forward and complete this lab! After you're done, make sure you save your changes and follow the correct steps to making a Pull Request. Review the earlier lesson that covered this process if you need a refresher. |
| 66 | + |
| 67 | +Good luck. |
64 | 68 |
|
65 | 69 | 
|
66 | 70 |
|
|
0 commit comments