Skip to content

Week3 #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
4 h
  • Loading branch information
Nouransaeed committed Aug 14, 2019
commit 8a2a4bb341ff589261daa8226a37a01dae4674a7
15 changes: 12 additions & 3 deletions Week3/homework/step2-4.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
'use strict';

'use strict';



function Dog() {
// add your code here
}

this.name = 'ginger';

this.color = 'white';

this.numLegs = 4;

}
const hound = new Dog();

// Do not change or remove anything below this line
module.exports = hound;
//finished
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy