8000 completes readme mVP · Steverenner1/JavaScript-IV@71dc55b · GitHub
[go: up one dir, main page]

Skip to content

Commit 71dc55b

Browse files
committed
completes readme mVP
1 parent 04f54a8 commit 71dc55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ const fred = new Person({
2525
* **Fork** and clone this repository.
2626
* **Complete** all of the exercises found in the assignment files.
2727

28-
### `prototype-refactor` - Take existing code and make it modern, extending it in turn
28+
## `prototype-refactor` - Take existing code and make it modern, extending it in turn
2929

3030
* You're going to work with your prototypes assignment you built out yesterday. Only this time you're going to actually have a solution built out for you.
3131
* `Challenge:` **Convert** all of your constructors into ES6 Classes using the `class` and `extends` keywords. You should be able to run your same logs and they should build out the proper expected behaviors.
3232

33-
### `lambda-classes` - We need a roster of Lambda School personnel. Build it!
33+
## `lambda-classes` - We need a roster of Lambda School personnel. Build it!
3434

3535
* All of the instructions you'll need for this project can be found in the `lambda-classes` file. But here is an overview of what we're trying to achieve here.
3636

@@ -60,7 +60,7 @@ const fred = new Instructor({
6060
* Person receives `speak` as a method.
6161
* This method logs out a phrase `Hello my name is Fred, I am from Bedrock​​​​​` where `name` and `location` are the object's own props
6262

63-
### Instructor
63+
#### Instructor
6464

6565
* Now that we have a Person as our base class, we'll build our Instructor class.
6666
* Instructor uses the same attributes that have been set up by Person

0 commit comments

Comments
 (0)
0