We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb51636 commit 0c542baCopy full SHA for 0c542ba
.learn
@@ -4,3 +4,4 @@ tags:
4
languages:
5
- ruby
6
resources: 2
7
+
README.md
@@ -1,12 +1,10 @@
1
----
2
-tags: variable assignment, variables
3
-language: ruby
-resources: 2
+##Objectives
-# Local Variable Assignment
+Test your ability to assign a local variable
8
9
-The goal of this lab is purposely basic, just simply test your ability to assign a local variable named `greeting` that is equal to `Hello World`.
+##Instructions
+You will assign a local variable named `greeting` that is equal to `Hello World`.
10
11
You should first make sure the test suite is running correctly by running: `learn`.
12
0 commit comments