In JavaScript, an object is extensible by default. This means that new properties can be added to the object. In some circumstances, you my want to prevent extensions to the object. To this end, you can use `Object.preventExtensions`. This function prevents any extensions to the object, so that no new property can be added to the object. If you try to add new properties to the object, it will cause a `TypeError` (or fail silently if not in strict mode). Here is an example: ``` let myObj = { name: "Ali", }; Object.isExtensible(myObj); // true Object.preventExtensions(myObj); Object.isExtensible(myObj); // false myObj.age = 19; // fails silently myObj.age; // undefined ``` It should be noted that after making an object inextensible, its `__proto__` property becomes immutable. In other words, you cannot assign a new value to the `__proto__` property. However, if the prototype is extensible, you can add new properties to the prototype. As the EcmaScript standard attempts to organize the global objects, this functions are also available on the `Reflect` global object. So you can use `Reflect.isExtensible` and `Reflect.preventExtensions` instead. --- ## Related Posts * [JavaScript Basics: Object.create](https://steemit.com/javascript/@ghasemkiani/javascript-basics-01) * [JavaScript Basics: Object.assign](https://steemit.com/javascript/@ghasemkiani/javascript-basics-02) * [JavaScript Basics: Object.getPrototypeOf and Object.setPrototypeOf](https://steemit.com/javascript/@ghasemkiani/javascript-basics-03) * [JavaScript Basics: Object.keys, Object.values, and Object.entries](https://steemit.com/javascript/@ghasemkiani/javascript-basics-04) * [JavaScript Basics: Object.is](https://steemit.com/javascript/@ghasemkiani/javascript-basics-05) * [JavaScript Basics: Object.prototype.hasOwnProperty](https://steemit.com/javascript/@ghasemkiani/javascript-basics-06)
author | ghasemkiani |
---|---|
permlink | javascript-basics-07 |
category | javascript |
json_metadata | {"tags":["javascript","programming","technology"],"app":"juya/app","format":"markdown","percent_steem_dollars":10000} |
created | 2018-02-08 04:57:48 |
last_update | 2018-02-08 04:57:48 |
depth | 0 |
children | 32 |
last_payout | 2018-02-15 04:57:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.586 HBD |
curator_payout_value | 0.058 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,894 |
author_reputation | 90,438,911,242,538 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,829,684 |
net_rshares | 1,120,541,361,140 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 1,020,904,221,794 | 100% | ||
manuel78 | 0 | 194,936,591 | 3% | ||
riyansteem | 0 | 472,720,423 | 100% | ||
satyamsharma | 0 | 307,270,496 | 50% | ||
angela.ghkh | 0 | 12,968,073,069 | 50% | ||
nataliemk | 0 | 616,675,211 | 100% | ||
pepskaram | 0 | 17,438,210,646 | 100% | ||
johnwjr7 | 0 | 1,033,588,502 | 5% | ||
dxdei | 0 | 430,152,650 | 100% | ||
cryptoeagle | 0 | 31,258,577,550 | 50% | ||
shariaislam | 0 | 242,532,156 | 100% | ||
calimeatwagon | 0 | 2,270,510,054 | 75% | ||
thepreacher | 0 | 327,538,549 | 30% | ||
cybershrapnel | 0 | 52,241,492 | 9% | ||
hafiz34 | 0 | 5,136,614,074 | 75% | ||
sam1210 | 0 | 3,699,625,714 | 100% | ||
stormi | 0 | 517,591,042 | 100% | ||
zpzn | 0 | 849,981,216 | 100% | ||
mazyar | 0 | 540,544,989 | 100% | ||
danielvd | 0 | 614,860,000 | 100% | ||
arfaturrahman | 0 | 3,903,785,663 | 100% | ||
azizurrahman | 0 | 526,220,625 | 100% | ||
cheema1 | 0 | 1,472,664,570 | 100% | ||
truce | 0 | 14,709,994,912 | 100% | ||
threadripper | 0 | 52,229,152 | 9% | ||
hsa61 | 0 | 0 | 100% | ||
junaidiabdya | 0 | 0 | 100% |
Information is useful
author | aliakbar2 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t060626297z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 06:08:39 |
last_update | 2018-02-08 06:08:39 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 06:08:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 259,990,187,079,366 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,841,636 |
net_rshares | 10,971,466,339 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% | ||
kazmi1 | 0 | 757,864,667 | 100% |
very well post dear @ghasemkiani i love your post,, thanks for sharing
author | alimuddin |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t094115021z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-02-08 09:41:30 |
last_update | 2018-02-08 09:41:30 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 09:41:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 1,508,436,968,834 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,877,756 |
net_rshares | 0 |
interesting article ,, EcmaScript ! I didn't know about EcmaScript before ! can u please tell us to know whatβs the difference between JavaScript and ECMAScript?? I mean in another post...actually if u have time ... regards !
author | angela.ghkh |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180209t212556077z |
category | javascript |
json_metadata | {"tags":["javascript"],"community":"busy","app":"busy/2.3.0"} |
created | 2018-02-09 21:24:42 |
last_update | 2018-02-09 21:24:42 |
depth | 1 |
children | 2 |
last_payout | 2018-02-16 21:24:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.162 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 227 |
author_reputation | 2,888,077,605,665 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,258,535 |
net_rshares | 30,636,380,385 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 30,636,380,385 | 3% |
Thank you. There is no difference. ECMAScript is the name of [the ECMA-262 standard](ECMA-262) for the JavaScript language.
author | ghasemkiani |
---|---|
permlink | re-angelaghkh-re-ghasemkiani-javascript-basics-07-20180209t214207243z |
category | javascript |
json_metadata | {"tags":["javascript"],"links":["ECMA-262"],"app":"steemit/0.1"} |
created | 2018-02-09 21:42:09 |
last_update | 2018-02-09 21:42:09 |
depth | 2 |
children | 1 |
last_payout | 2018-02-16 21:42:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 90,438,911,242,538 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,261,377 |
net_rshares | 13,416,810,224 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
angela.ghkh | 0 | 13,416,810,224 | 50% |
really ! thanks for the info
author | angela.ghkh |
---|---|
permlink | re-ghasemkiani-re-angelaghkh-re-ghasemkiani-javascript-basics-07-20180210t105141515z |
category | javascript |
json_metadata | {"tags":["javascript"],"community":"busy","app":"busy/2.3.0"} |
created | 2018-02-10 10:50:24 |
last_update | 2018-02-10 10:50:24 |
depth | 3 |
children | 0 |
last_payout | 2018-02-17 10:50:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 2,888,077,605,665 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,386,748 |
net_rshares | 10,212,325,167 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,212,325,167 | 1% |
For a long time I wanted to learn JavaScript. But the schedule of the office and training was not the same at the same time. Your posts have a lot of work for me. Thanks @ghasemkiani for sharing the wonderful posts.
author | arfaturrahman |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t072802243z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-02-08 07:28:09 |
last_update | 2018-02-08 07:28:09 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 07:28:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.086 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 3,915,066,631,339 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,855,320 |
net_rshares | 14,039,311,621 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% | ||
arfaturrahman | 0 | 3,825,709,949 | 100% |
Bisyar khub...
author | asgharali |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t050234634z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:02:39 |
last_update | 2018-02-08 05:02:39 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:02:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 617,828,051,247,597 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,830,540 |
net_rshares | 11,604,710,648 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% | ||
asgharali | 0 | 1,391,108,976 | 3% |
Upvote done mr: @ghasemkiani
author | azizurrahman |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t050006148z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-02-08 05:00:09 |
last_update | 2018-02-08 05:00:09 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:00:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 47,440,725,879 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,830,099 |
net_rshares | 10,213,601,672 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% |
Good knowledge about basic of javascript full information ..keep it sir Thank you very much.
author | charliechain |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t051512142z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:15:21 |
last_update | 2018-02-08 05:15:21 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:15:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 5,425,403,461,319 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,832,788 |
net_rshares | 568,649,927 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
charliechain | 0 | 568,649,927 | 100% |
Your work is really commendable. Have a good day:)
author | cheema1 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t051455852z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:14:42 |
last_update | 2018-02-08 05:14:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:14:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 58,597,604,888,712 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,832,672 |
net_rshares | 10,213,601,672 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% |
nice programing that is bless of technology thanks for sharing
author | fajabox |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t081158976z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 08:12:03 |
last_update | 2018-02-08 08:12:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 08:12:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 229,514,530,651 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,862,823 |
net_rshares | 0 |
nice post
author | haji |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t090047979z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 09:00:51 |
last_update | 2018-02-08 09:00:51 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 09:00:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 3,030,788,981,572 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,870,914 |
net_rshares | 10,209,361,283 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,209,361,283 | 1% |
Amazing information regarding java script. Thanks for sharing nice post. Stay blessed
author | imran498 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t055300706z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:53:09 |
last_update | 2018-02-08 05:53:09 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:53:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 3,152,030,349,302 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,839,048 |
net_rshares | 0 |
what a philosophy.... you used best article in your post.... i waiting for your next post... keep it up....
author | jimma2 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t054200555z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:42:12 |
last_update | 2018-02-08 05:42:12 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:42:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 113,162,662,059 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,837,259 |
net_rshares | 0 |
great information about java program. it is useful.
author | kazmi1 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t060247302z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 06:02:45 |
last_update | 2018-02-08 06:02:45 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 06:02:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 3,714,572,604,837 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,840,687 |
net_rshares | 773,331,293 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kazmi1 | 0 | 773,331,293 | 100% |
love to read it... thanks for sharing
author | mdmunna |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t051754390z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:18:03 |
last_update | 2018-02-08 05:18:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:18:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 259,415,872,565 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,833,209 |
net_rshares | 10,811,867,051 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% | ||
mdmunna | 0 | 598,265,379 | 100% |
Thanks for nice post
author | mdnehad83 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t050556705z |
category | javascript |
json_metadata | {"tags":["javascript"],"community":"busy","app":"busy/2.3.0"} |
created | 2018-02-08 05:06:00 |
last_update | 2018-02-08 05:06:00 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:06:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 912,697,001 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,831,117 |
net_rshares | 0 |
Hello sir how are you...sir I need your help..plz sir follow me... i am your regular upvote and commnter..plz sir follow me
author | mdnehad83 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t050901201z |
category | javascript |
json_metadata | {"tags":["javascript"],"community":"busy","app":"busy/2.3.0"} |
created | 2018-02-08 05:09:03 |
last_update | 2018-02-08 05:09:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:09:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 912,697,001 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,831,662 |
net_rshares | 0 |
Great information abaout javascript....thanka for sharing..keep it up
author | mohammadsaleh |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t050423346z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:03:21 |
last_update | 2018-02-08 05:03:21 |
depth | 1 |
children | 1 |
last_payout | 2018-02-15 05:03:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.128 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 2,068,787,213,894 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,830,667 |
net_rshares | 19,365,296,057 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mohammadsaleh | 0 | 19,365,296,057 | 100% |
so informative post for me. thanks for your post.
author | mdmunna |
---|---|
permlink | re-mohammadsaleh-re-ghasemkiani-javascript-basics-07-20180208t052024131z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:20:36 |
last_update | 2018-02-08 05:20:36 |
depth | 2 |
children | 0 |
last_payout | 2018-02-15 05:20:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 259,415,872,565 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,833,634 |
net_rshares | 0 |
Javascript is onviously one of the best languages ever invented in computer world..like it
author | nayim533 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t070451918z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 07:04:57 |
last_update | 2018-02-08 07:04:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 07:04:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 10,905,102,954 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,851,534 |
net_rshares | 10,213,601,672 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% |
Javascript is onviously one of the best languages ever invented in computer world.
author | penking |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t050029664z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:00:36 |
last_update | 2018-02-08 05:00:36 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:00:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 1,833,018,844,641 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,830,177 |
net_rshares | 10,213,601,672 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% |
very well post,,, Really you are giving a good post
author | rasel1234 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t062403819z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 06:24:09 |
last_update | 2018-02-08 06:24:09 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 06:24:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 107,696,836,345 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,844,454 |
net_rshares | 0 |
you create a great post....i impressed to see it...Lot of thanks for Sharing this informative and valuable post....best of luck brother....
author | razibahmed |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t053711231z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 05:37:42 |
last_update | 2018-02-08 05:37:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 05:37:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 577,720,267,332 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,836,478 |
net_rshares | 0 |
I appreciate your efforts to make techno post, thanks :)
author | resteemhorizon |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t100448392z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 10:04:54 |
last_update | 2018-02-08 10:04:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 10:04:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 219,720,728,453 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,881,727 |
net_rshares | 0 |
finally seen who working on javascript on steemit... good
author | robber7 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180210t113606533z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-10 11:36:48 |
last_update | 2018-02-10 11:36:48 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 11:36:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 282,122,991,191 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,394,715 |
net_rshares | 0 |
thanx for sharing
author | saddam1210 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t063017561z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 06:30:18 |
last_update | 2018-02-08 06:30:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 06:30:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 110,797,071,519 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,845,512 |
net_rshares | 10,213,601,672 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% |
Now a days i am looking for this type of post. Thank you sir.
author | sam1210 |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t180830178z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 18:08:27 |
last_update | 2018-02-08 18:08:27 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 18:08:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 1,732,544,462,145 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,971,306 |
net_rshares | 10,210,127,435 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,210,127,435 | 1% |
useful information bro. have a nice day
author | steemitservice |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t064226802z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 06:42:30 |
last_update | 2018-02-08 06:42:30 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 06:42:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 375,814,397,062 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,847,610 |
net_rshares | 587,940,635 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemitservice | 0 | 587,940,635 | 100% |
Its great information JavaScript very good calculate but very difficult to understand . But nice lacture sir @ghasemkianiΒ and thanks for sharing with us. Stay blessed. Steem on!
author | syedkashifhussai |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t064852713z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-02-08 06:48:57 |
last_update | 2018-02-08 06:48:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 06:48:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 13,303,701,158,637 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,848,804 |
net_rshares | 10,831,857,940 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% | ||
syedkashifhussai | 0 | 618,256,268 | 100% |
This really require more tutorial because we are in the era of technology
author | talking2rolly |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t120747114z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-08 12:07:57 |
last_update | 2018-02-08 12:07:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 12:07:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 13,787,189,924 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,902,053 |
net_rshares | 10,213,601,672 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,672 | 1% |
javascript is a great technology in the mordern science.its basic part of one of them.i think that, its matter know should be all people.i read your post always attentively.because,new thing to know matter your basic post doing help me.thank you very much for your learning and helpful post sir..@ghasemkiani..
author | timuann |
---|---|
permlink | re-ghasemkiani-javascript-basics-07-20180208t060529402z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-02-08 06:05:36 |
last_update | 2018-02-08 06:05:36 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 06:05:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 314 |
author_reputation | 6,544,418,433,868 |
root_title | "JavaScript Basics: Object.preventExtensions and Object.isExtensible" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,841,138 |
net_rshares | 0 |