Skip to content

Commit

Permalink
Merge pull request #293 from cryolis/issue#255
Browse files Browse the repository at this point in the history
Added Inheritance question
  • Loading branch information
Swap76 committed Oct 29, 2019
2 parents d877b1d + 3a1df4c commit d7f3597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Exercise/JavaScript_Basics/inheritance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**Write** a Javascript function called Vehicle that has variables [Make and Model] in it. Then write another function called Car that calls Vehicle function and also add two more variables [Body and Trim]. Once that is done you can call Car function and see that it inherits from Vehicle.

0 comments on commit d7f3597

Please sign in to comment.