Skip to content

baasbank/homeSessions-Day-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Home Sessions Day 1

Introduction

This project creates a class and its tests to cover the learning outcome for the first day of the very challenging Andela cycle XXI Bootcamp Home Sessions. The function is:

  • Phone

function Phone()

The Phone function models a phone, using Object Oriented Programming (OOP) and taking advantage of features OOP features like inheritance, polymorphism, encapsulation, etc.

Test

To run the test

  • Clone the repository by running the command git clone https://github.com/baasbank/homeSessions-Day-1.git
  • Navigate to the folder by running the command cd homeSessions-Day-1
  • Install the project dependencies by running the command npm install
  • Navigate into the OOP folder to run the test, for example, run the commands:
    • cd .OOP/src/phone.js
    • jasmine

Technology

Node

Author

Baasbank Akinmuleya

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published