I hereby claim:
- I am rrameshbtech on github.
- I am rrameshbtech (https://keybase.io/rrameshbtech) on keybase.
- I have a public key ASDPV0zpkPl2tktzxFR6-4fuDg9TClVeIY3HEUOEB4AtKAo
To claim this, I am signing this object:
const City = function (cityName, knownFor) { | |
this.name = cityName; | |
this.speciality = knownFor; | |
this.print = function () { | |
console.log(`${this.name} is know for ${this.speciality}`); | |
}; | |
}; | |
const karur = new City('Karur', 'Textiles'); |
const siliconVallyOfIndia = { | |
city: 'Bengaluru', | |
speciality: 'software industries' | |
}; | |
const texCity = { | |
city: 'Tiruppur', | |
speciality: 'textile industries' | |
}; |
I hereby claim:
To claim this, I am signing this object:
<div class="card_block"> | |
<div class="card_block_body form_body"> | |
<div id="carePlan"> | |
<div | |
class="panel-group" | |
id="accordion" | |
role="tablist" | |
aria-multiselectable="true" | |
> | |
<div class="card panel-default"> |