1.0.2 • Published 7 years ago

khau v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Introduction

This is my test package for calculator.

Installation

npm i dntcalc --save

Usage

Just follow the following steps to use this package.

class Customer {
    constructor(name, address) {
        this.name = name;
        this.address = address;
    }
    ShowData() {
        console.log(`name : ${this.name}, address: ${this.address}`);
    }
}
--Output
3
Khyati, noida

Version History

  1. Initial 1.0.2
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago