<center> </center> <p> The typescript language provides us with all kinds of types. Of course, the JavaScript language itself has several data types, but TypeScript adds many more to it, to the extent that it allows you to define your own types and use them. In this post, I want to talk about some of the main types that are also known by JavaScript (we call them core types). Then I will examine the difference between "Knowing Type" from JavaScript and "Using Type" from TypeScript. </p> <p> Our first main type is <code>number</code>. In both JavaScript and TypeScript languages, there is only one type of number, that is, unlike some other languages (for example, Java), there are different types for integers or decimal numbers (float, double, etc.) does not exist Therefore, 10, 5, 6, and 6 are all numbers and there is no difference between them. </p> <p> Our next type is <code>string</code>, which is usually defined in three different ways: </p> <ul> <li> Using the single quote mark (i.e. <code>'</code>) like <code>'Hi'</code> </li> <li> Using double quote (i.e. <code>"</code>) like <code>"Hi"</code> </li> <li> Using template literal (that is, backtick sign or <code>`</code>) like <code>`Hi`</code> </li> </ul> <p> The third one is a newer method in JavaScript, and by using it, instead of gluing variables and strings together with the <code>+</code> operator, we can use them inside the string itself. </p> <p> The third type is <code>Boolean</code>, which contains only <code>true</code> and <code>false</code> values. Also, as you know, the values are usually converted to <code>true</code>, except for a special group such as zero, which is always <code>false</code>. <code>Boolean</code> values do not take anything other than these two values and even if you use a <code>number</code> or a <code>string</code> as a <code>Boolean</code>, it will eventually become <code>true</code> or <code>false</code>. </p> <p> For now, I will start with these three types and as I go further, I will introduce more types. In this post, I want to focus on the difference between "understanding type" and "using type" and explain the concept of <code>dynamic types</code> and <code>static types</code>. To start testing these types, create an HTML file and put the following content in it: </p> <pre><code class="language-html"><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Understanding TypeScript</title> <script src="app.js" defer></script> </head> <body> </body> </html></code></pre> <p> Now create a file called <code>app.ts</code> to write the typescript codes in it. I have written the following simple code for you which is actually pure javascript and does not have typescript code yet. Put this code in the <code>app.ts</code> file: </p> <pre><code class="language-javascript">function add(n1, n2) { return n1 + n2; } const number1 = 5; const number2 = 2.8; const result = add(number1, number2); console.log(result);</code></pre> <p> As you can see, we have a simple function that adds two numbers together. If we get our javascript file with the <code>tsc app.ts</code> command and open the browser, we will get the number <code>7.8</code> in the browser, so there is no problem until this part. Now, if we want to have a problem with the program like in the previous part, we can define the number <code>5</code> as a <code>string</code>: </p> <pre><code class="language-javascript">const number1 = '5'; const number2 = 2.8;</code></pre> <p> By doing this and running the <code>tsc app.ts</code> command again in the browser, we get the number <code>52.8</code>. Exactly the same problem we had with <code>input1.value</code>. In fact, JavaScript tells itself that my first value is a <code>string</code> and is going to be added to the second value. This second value must also be a <code>string</code>, because adding math and calculations between a <code>string</code> and a <code>number</code> does not make sense, so I convert the second value to a <code>string</code>. </p> <p> To solve this problem, we need to specify the type. To do this, we use a colon plus the name of that particular type. For example, in this function we say: </p> <pre><code class="language-typescript">function add(n1: number, n2: number) { return n1 + n2; }</code></pre> <p> Of course, what type is depends on you and your program. For example, if you want this function to receive only string parameters, you can say: </p> <pre><code class="language-typescript">function add(n1: string, n2: string) { return n1 + n2; }</code></pre> <p> Now it gives us an error about the number 5 being a string, so we need to remove it from <code>string</code> mode. </p> <p> We know that the <code>number</code> type is also available in JavaScript and is not specific to TypeScript. In JavaScript itself, we use <code>typeof</code> operator to display type. For example: </p> <pre><code class="language-typescript">function add(n1: number, n2: number) { console.log(typeof number1); return n1 + n2; }</code></pre> <p> Now we run the command <code>tsc app.ts</code> to update the JavaScript file (<code>app.js</code>), then we go to the browser. In the console section of the browser, we see the word <code>number</code>. If we don't want to use TypeScript and solve the above problem only with JavaScript, we should use the same <code>typeof</code> operator: </p> <pre><code class="language-typescript">function add(n1: number, n2: number) { if (typeof n1 !== 'number' || typeof n2 !== 'number') { throw new Error('Incorrect input!'); } return n1 + n2; }</code></pre> <p> In this code, if the type of parameter <code>n1</code> or <code>n2</code> is not equal to <code>number</code>, display an error to the user. Throwing errors is one of the issues related to JavaScript and is considered a prerequisite, so I won't go into that issue, but if you don't know what <code>throw new Error</code> does, I must say that it sends an error to the user's browser. </p> <p> Why should we write such a code in JavaScript? Because JavaScript has the ability to understand and recognize types, but it cannot actively use them like TypeScript. The above code gives us an error at run-time, while using typescript we can find our own error during development and coding. In fact, <i><strong>JavaScript uses dynamic types</strong></i>, which means that types can change instantly. For example, let's convert a numeric variable into a string variable, exactly like the case above, where the second parameter of the function was converted from a number to a string because of the first parameter, while <i><strong>Typescript uses static types</strong></i>, which means that you are allowed to change types. You don't have and it will always be fixed during development. </p>
author | albro |
---|---|
permlink | dynamic-type-and-static-type |
category | hive-169321 |
json_metadata | "{"app":"ecency/3.2.0-vision","tags":["hive-169321","development","programming","chessbrothers","hive-engine","neoxag","stem","tricks","proofofbrain","leofinance","ecency"],"format":"markdown+html","image":["https://images.ecency.com/DQmNy1VCRtEVybKt1yHXXhsMVWgQsN9jaCTbasRkx8hjaMn/12.jpg"],"thumbnails":["https://images.ecency.com/DQmNy1VCRtEVybKt1yHXXhsMVWgQsN9jaCTbasRkx8hjaMn/12.jpg"],"description":"In this post, I want to talk about some of the main types that are also known by JavaScript (we call them core types).","image_ratios":["1.5383"]}" |
created | 2024-08-22 07:10:39 |
last_update | 2024-08-22 07:10:39 |
depth | 0 |
children | 7 |
last_payout | 2024-08-29 07:10:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.112 HBD |
curator_payout_value | 1.087 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,241 |
author_reputation | 30,477,419,385,789 |
root_title | "Dynamic Type & Static Type By albro" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 136,451,444 |
net_rshares | 8,163,472,225,854 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kevinwong | 0 | 801,311,591 | 0.4% | ||
eric-boucher | 0 | 2,217,395,211 | 0.4% | ||
good-karma | 0 | 57,636,846,361 | 4% | ||
roelandp | 0 | 90,631,304,357 | 5% | ||
lexus083 | 0 | 571,700,619 | 100% | ||
cloh76 | 0 | 532,903,285 | 0.4% | ||
smolalit | 0 | 573,686,376 | 100% | ||
alexbezimeni | 0 | 573,273,673 | 100% | ||
svetlanaaa | 0 | 770,778,381 | 100% | ||
lemouth | 0 | 266,152,423,612 | 10% | ||
netaterra | 0 | 4,291,042,317 | 0.4% | ||
marina007 | 0 | 694,254,592 | 100% | ||
sociopat | 0 | 571,187,912 | 100% | ||
tfeldman | 0 | 742,651,739 | 0.4% | ||
mcsvi | 0 | 101,898,856,090 | 50% | ||
lk666 | 0 | 76,098,836,993 | 100% | ||
cnfund | 0 | 1,691,105,113 | 0.8% | ||
boxcarblue | 0 | 2,360,924,191 | 0.4% | ||
stanislav1 | 0 | 581,696,886 | 100% | ||
justyy | 0 | 6,074,510,119 | 0.8% | ||
curie | 0 | 47,108,234,011 | 0.8% | ||
modernzorker | 0 | 550,790,875 | 0.56% | ||
techslut | 0 | 26,515,696,693 | 4% | ||
steemstem | 0 | 180,265,665,927 | 10% | ||
esteemapp | 0 | 10,162,218,595 | 4% | ||
walterjay | 0 | 55,498,017,293 | 5% | ||
valth | 0 | 3,212,584,110 | 5% | ||
metroair | 0 | 3,700,623,572 | 0.8% | ||
dna-replication | 0 | 334,965,401 | 10% | ||
privex | 0 | 487,375,974 | 0.8% | ||
marzukibrain | 0 | 636,384,101 | 50% | ||
bloghound | 0 | 718,506,467 | 0.8% | ||
dhimmel | 0 | 53,808,405,910 | 2.5% | ||
elevator09 | 0 | 4,681,120,542 | 0.4% | ||
detlev | 0 | 4,878,004,384 | 0.24% | ||
federacion45 | 0 | 1,168,986,676 | 0.4% | ||
gamersclassified | 0 | 749,184,616 | 0.4% | ||
forykw | 0 | 2,709,440,622 | 0.4% | ||
jerrybanfield | 0 | 2,522,262,629 | 0.8% | ||
rt395 | 0 | 2,292,964,288 | 1.5% | ||
bitrocker2020 | 0 | 1,624,540,489 | 0.16% | ||
sustainablyyours | 0 | 2,926,464,787 | 5% | ||
improv | 0 | 601,512,665 | 0.1% | ||
juancar347 | 0 | 2,526,910,162 | 0.4% | ||
drwom | 0 | 874,311,400 | 2% | ||
enjar | 0 | 7,079,771,073 | 0.72% | ||
pibara | 0 | 0 | 100% | ||
alexander.alexis | 0 | 5,883,296,247 | 10% | ||
jayna | 0 | 1,066,582,198 | 0.16% | ||
princessmewmew | 0 | 1,028,722,597 | 0.4% | ||
gunthertopp | 0 | 9,882,134,823 | 0.2% | ||
empath | 0 | 656,065,129 | 0.4% | ||
minnowbooster | 0 | 790,406,642,937 | 20% | ||
felt.buzz | 0 | 1,150,780,698 | 0.2% | ||
howo | 0 | 176,240,291,133 | 10% | ||
tsoldovieri | 0 | 1,004,473,389 | 5% | ||
neumannsalva | 0 | 663,824,350 | 0.4% | ||
stayoutoftherz | 0 | 23,643,304,965 | 0.2% | ||
abigail-dantes | 0 | 3,707,986,818 | 10% | ||
zonguin | 0 | 493,367,197 | 2.5% | ||
investingpennies | 0 | 2,426,942,034 | 0.8% | ||
francosteemvotes | 0 | 1,427,765,219 | 10% | ||
revo | 0 | 1,661,708,967 | 0.8% | ||
evildido | 0 | 550,761,293 | 5% | ||
aidefr | 0 | 1,038,100,501 | 5% | ||
sorin.cristescu | 0 | 11,153,081,114 | 2% | ||
meno | 0 | 5,145,134,028 | 0.4% | ||
esteem.app | 0 | 1,383,528,394 | 4% | ||
enzor | 0 | 540,678,186 | 10% | ||
bartosz546 | 0 | 1,052,401,623 | 0.4% | ||
sunsea | 0 | 1,009,790,289 | 0.4% | ||
postpromoter | 0 | 314,588,723,788 | 10% | ||
bluefinstudios | 0 | 565,868,171 | 0.24% | ||
steveconnor | 0 | 699,093,004 | 0.4% | ||
nazmul1996 | 0 | 16,177,948,254 | 85% | ||
aboutcoolscience | 0 | 2,559,917,101 | 10% | ||
kenadis | 0 | 2,607,459,273 | 10% | ||
madridbg | 0 | 3,562,457,473 | 10% | ||
lpv | 0 | 1,535,153,405 | 4.5% | ||
auleo | 0 | 519,106,993 | 0.8% | ||
ahmadmangazap | 0 | 5,234,906,046 | 2% | ||
r00sj3 | 0 | 8,439,283,013 | 5% | ||
sco | 0 | 2,993,743,328 | 10% | ||
juecoree | 0 | 589,115,039 | 7% | ||
vjap55 | 0 | 8,439,428,173 | 100% | ||
hetty-rowan | 0 | 746,458,273 | 0.4% | ||
intrepidphotos | 0 | 2,516,095,263 | 7.5% | ||
fineartnow | 0 | 545,739,296 | 0.4% | ||
aiziqi | 0 | 1,065,753,670 | 5% | ||
fragmentarion | 0 | 2,250,783,366 | 10% | ||
utube | 0 | 522,848,446 | 0.8% | ||
m1alsan | 0 | 694,894,615 | 0.8% | ||
neneandy | 0 | 882,156,127 | 0.8% | ||
sportscontest | 0 | 742,262,539 | 0.8% | ||
pandasquad | 0 | 2,174,051,561 | 0.8% | ||
fractal-team | 0 | 1,066,504,425 | 100% | ||
cherryng | 0 | 526,273,835 | 0.8% | ||
fantasycrypto | 0 | 510,085,510 | 0.8% | ||
emiliomoron | 0 | 871,099,031 | 5% | ||
geopolis | 0 | 602,242,887 | 10% | ||
robertbira | 0 | 1,031,941,147 | 2.5% | ||
catharsis | 0 | 2,040,561,816 | 2% | ||
bhattg | 0 | 18,547,744,825 | 3.1% | ||
alexdory | 0 | 1,346,638,846 | 10% | ||
takowi | 0 | 15,817,830,661 | 0.8% | ||
irgendwo | 0 | 3,293,740,689 | 0.8% | ||
melvin7 | 0 | 1,256,779,162 | 0.4% | ||
francostem | 0 | 1,300,880,024 | 10% | ||
jjerryhan | 0 | 948,360,588 | 0.4% | ||
putu300 | 0 | 867,247,533 | 5% | ||
superlotto | 0 | 699,318,089 | 0.8% | ||
sanderjansenart | 0 | 765,917,302 | 0.4% | ||
qberry | 0 | 552,469,235 | 0.4% | ||
therising | 0 | 15,093,311,946 | 0.8% | ||
eniolw | 0 | 33,000,303,523 | 80% | ||
de-stem | 0 | 5,286,265,834 | 9.9% | ||
misterlangdon | 0 | 1,395,032,864 | 50% | ||
achimmertens | 0 | 1,261,322,937 | 0.4% | ||
softa | 0 | 482,182,673 | 0.16% | ||
jhondlabo | 0 | 1,012,393,262 | 85% | ||
deholt | 0 | 524,688,052 | 8.5% | ||
minerthreat | 0 | 490,022,699 | 0.4% | ||
nateaguila | 0 | 71,305,882,675 | 5% | ||
temitayo-pelumi | 0 | 886,033,989 | 10% | ||
doctor-cog-diss | 0 | 9,226,616,894 | 10% | ||
uche-nna | 0 | 924,359,736 | 0.64% | ||
mdaminulislam | 0 | 3,171,740,138 | 85% | ||
cheese4ead | 0 | 591,042,860 | 0.4% | ||
apshamilton | 0 | 1,833,424,968 | 0.1% | ||
nattybongo | 0 | 3,647,824,711 | 10% | ||
talentclub | 0 | 464,632,889 | 0.4% | ||
revueh | 0 | 540,374,077 | 10% | ||
armandosodano | 0 | 1,049,985,102 | 0.4% | ||
hamismsf | 0 | 593,737,366 | 0.1% | ||
kylealex | 0 | 4,866,673,286 | 10% | ||
cleanplanet | 0 | 2,235,757,019,237 | 100% | ||
otp-one | 0 | 3,154,240,909 | 35% | ||
thelittlebank | 0 | 5,720,397,330 | 0.4% | ||
pboulet | 0 | 21,216,400,424 | 8% | ||
brianoflondon | 0 | 14,212,639,587 | 0.2% | ||
newsposter | 0 | 1,862,388,683 | 50% | ||
nellon | 0 | 594,709,129 | 100% | ||
steemcryptosicko | 0 | 1,323,893,071 | 0.16% | ||
stem.witness | 0 | 546,074,596 | 10% | ||
theskmeister | 0 | 517,780,990 | 100% | ||
jpbliberty | 0 | 1,005,474,605 | 0.2% | ||
steemstorage | 0 | 943,937,150 | 0.8% | ||
tintin1108 | 0 | 3,002,833,735 | 100% | ||
crowdwitness | 0 | 3,806,823,211 | 5% | ||
instagram-models | 0 | 1,985,758,649 | 0.4% | ||
steemean | 0 | 9,934,546,735 | 5% | ||
cryptofiloz | 0 | 1,250,340,040 | 0.8% | ||
larsito | 0 | 4,221,870,303 | 60% | ||
qwerrie | 0 | 774,470,417 | 0.06% | ||
urukrod | 0 | 2,865,600,289 | 100% | ||
walterprofe | 0 | 3,755,982,803 | 5% | ||
omodei | 0 | 1,379,414,421 | 50% | ||
reggaesteem | 0 | 473,907,984 | 5% | ||
elianaicgomes | 0 | 4,384,349,246 | 5% | ||
steemstem-trig | 0 | 158,629,268 | 10% | ||
baltai | 0 | 921,922,272 | 0.4% | ||
neoxvoter | 0 | 3,294,435,305 | 24% | ||
hirohurl | 0 | 24,409,048,260 | 100% | ||
peterale | 0 | 2,013,202,323 | 90% | ||
monica-ene | 0 | 464,690,907 | 0.4% | ||
mesonia | 0 | 2,311,743,597 | 90% | ||
hivequebec | 0 | 654,874,628 | 10% | ||
laruche | 0 | 16,396,419,880 | 10% | ||
stemsocial | 0 | 82,352,909,902 | 10% | ||
hivelist | 0 | 1,082,641,974 | 0.24% | ||
kiemurainen | 0 | 1,379,416,443 | 0.33% | ||
ecency | 0 | 1,594,884,769,134 | 4% | ||
emrysjobber | 0 | 1,459,183,618 | 25% | ||
noelyss | 0 | 3,101,075,331 | 5% | ||
bimpcy | 0 | 23,758,496,510 | 50% | ||
greengalletti | 0 | 21,410,109,421 | 50% | ||
ecency.stats | 0 | 1,537,008,142 | 4% | ||
doudoer | 0 | 652,393,769 | 50% | ||
meritocracy | 0 | 8,987,763,893 | 0.08% | ||
eumorrell | 0 | 2,506,925,844 | 100% | ||
he-index | 0 | 14,598,108,496 | 10% | ||
dcrops | 0 | 5,430,911,718 | 0.4% | ||
hive-129556 | 0 | 2,227,530,067 | 100% | ||
peerfinance | 0 | 46,830,591,393 | 100% | ||
tawadak24 | 0 | 563,759,084 | 0.4% | ||
drricksanchez | 0 | 2,190,677,099 | 0.4% | ||
nfttunz | 0 | 1,323,642,794 | 0.08% | ||
okluvmee | 0 | 667,061,415 | 0.4% | ||
holovision.cash | 0 | 2,780,564,155 | 100% | ||
holovision.stem | 0 | 878,901,551 | 100% | ||
twicejoy | 0 | 7,754,951,378 | 90% | ||
photolovers1 | 0 | 2,384,925,350 | 2% | ||
podping | 0 | 1,285,012,657 | 0.2% | ||
irivers | 0 | 0 | 100% | ||
nopasaran72 | 0 | 1,236,965,876 | 10% | ||
chessbrotherspro | 0 | 380,251,859,106 | 100% | ||
phanty | 0 | 505,000,440 | 30% | ||
sidalim88 | 0 | 483,025,529 | 0.4% | ||
aries90 | 0 | 6,914,429,692 | 0.8% | ||
blingit | 0 | 496,585,386 | 0.4% | ||
jrjaime | 0 | 16,718,079,875 | 100% | ||
eolianpariah2 | 0 | 5,152,839,508 | 2% | ||
rosmarly | 0 | 3,538,824,491 | 100% | ||
ramadhanight | 0 | 10,119,527,771 | 20% | ||
yixn | 0 | 1,887,114,359 | 0.4% | ||
mcookies | 0 | 7,445,802,821 | 50% | ||
newilluminati | 0 | 2,165,719,990 | 0.4% | ||
vickoly | 0 | 698,715,513 | 0.4% | ||
lichtkunstfoto | 0 | 1,170,717,643 | 0.8% | ||
oabreuf24 | 0 | 8,903,504,838 | 100% | ||
vindiesel1980 | 0 | 1,152,218,586 | 0.4% | ||
patchwork | 0 | 2,961,654,456 | 50% | ||
allentaylor | 0 | 793,826,231 | 2% | ||
leemah1 | 0 | 6,708,659,108 | 90% | ||
ydaiznfts | 0 | 5,180,295,486 | 50% | ||
kennysplash | 0 | 3,371,601,379 | 85% | ||
archangel21 | 0 | 2,015,598,153 | 0.8% | ||
belug | 0 | 1,010,050,074 | 0.24% | ||
nazom | 0 | 1,250,570,671 | 50% | ||
raca75 | 0 | 693,159,166 | 50% | ||
bummblebee | 0 | 801,852,023 | 30% | ||
nwothini335 | 0 | 9,171,106,940 | 50% | ||
frankrey11 | 0 | 1,738,107,956 | 100% | ||
hk-curation | 0 | 853,282,697 | 0.56% | ||
schumix05 | 0 | 6,629,791,517 | 100% | ||
divabright | 0 | 3,588,906,799 | 50% | ||
bgmoha | 0 | 7,371,106,305 | 100% | ||
cleanyourcity | 0 | 599,956,567,831 | 100% | ||
otailon92 | 0 | 0 | 100% | ||
godofwar35 | 0 | 0 | 100% | ||
rhozolive | 0 | 1,555,261,427 | 50% | ||
leogomez1414 | 0 | 3,665,420,856 | 25% | ||
ruba99 | 0 | 1,502,476,034 | 100% | ||
theoneblog | 0 | 3,597,894,475 | 50% | ||
desiredlady | 0 | 2,567,451,163 | 85% | ||
ambicrypto | 0 | 23,139,878,359 | 0.8% | ||
humbe | 0 | 5,984,660,976 | 2% | ||
elcholitosanto | 0 | 23,135,358,994 | 50% | ||
olamummy | 0 | 2,831,317,463 | 50% | ||
miztajovial | 0 | 1,834,868,420 | 50% | ||
pearlie123 | 0 | 2,075,803,486 | 50% | ||
sammyhive | 0 | 2,273,935,025 | 30% | ||
herculeand | 0 | 1,286,394,099 | 50% | ||
arsh11 | 0 | 3,638,577,674 | 50% | ||
chigold1 | 0 | 1,012,723,144 | 95% | ||
essygold1 | 0 | 610,369,727 | 70% | ||
opticus | 0 | 4,592,323,209 | 0.8% | ||
pars.team | 0 | 445,509,635 | 100% | ||
idikachisom | 0 | 825,851,249 | 50% | ||
egbre | 0 | 2,566,141,452 | 50% | ||
olajumoke4 | 0 | 486,029,281 | 90% | ||
mr-chuks | 0 | 2,122,336,163 | 50% | ||
javedkhan1989 | 0 | 2,879,048,921 | 50% | ||
hinashaikh | 0 | 1,014,065,856 | 50% | ||
rhemagames | 0 | 736,899,841 | 0.4% | ||
my-account | 0 | 4,251,927,007 | 50% | ||
najopathan | 0 | 684,748,624 | 50% | ||
samueluche07 | 0 | 2,437,036,124 | 50% | ||
manojtadvi | 0 | 631,914,435 | 50% | ||
hivepromax | 0 | 6,067,770,335 | 100% | ||
alifkhan1995 | 0 | 3,738,143,161 | 50% | ||
ma3str0 | 0 | 926,715,945 | 7.5% | ||
lemiro | 0 | 926,872,838 | 90% | ||
grenggo | 0 | 1,817,021,624 | 100% | ||
trexane | 0 | 3,608,929,933 | 50% | ||
kianstra | 0 | 1,631,898,171 | 100% | ||
rebonre | 0 | 3,694,824,892 | 85% | ||
iamchimary | 0 | 7,326,141,156 | 100% | ||
mmesofay | 0 | 515,140,935 | 50% | ||
darkvine | 0 | 1,375,031,147 | 50% | ||
joyforme | 0 | 1,292,475,595 | 50% | ||
nursechi | 0 | 537,493,386 | 50% | ||
hecatonquirox | 0 | 6,039,952,707 | 100% | ||
dinaks44 | 0 | 689,106,735 | 95% | ||
goodygold | 0 | 1,020,499,769 | 50% | ||
quan45 | 0 | 2,402,682,966 | 80% | ||
swap.ecency | 0 | 0 | 100% | ||
smarto | 0 | 617,647,996 | 90% | ||
atlashv96 | 0 | 3,611,025,966 | 50% | ||
antho2711 | 0 | 620,974,288 | 75% | ||
rojina1988 | 0 | 4,326,331,296 | 85% | ||
ola3513 | 0 | 603,092,070 | 90% | ||
emitex123 | 0 | 3,035,277,258 | 90% | ||
bendave | 0 | 3,785,863,156 | 95% | ||
itztomboy | 0 | 1,124,109,270 | 80% | ||
zinnyblessing | 0 | 2,075,807,667 | 95% | ||
valblesza | 0 | 3,500,939,580 | 50% | ||
lolz.byte | 0 | 0 | 100% | ||
preciousgold | 0 | 4,150,043,901 | 50% | ||
moinmansuri12 | 0 | 583,648,067 | 50% | ||
mimidoo1 | 0 | 619,399,806 | 50% | ||
panchoxy | 0 | 3,617,882,648 | 100% | ||
minhaj11 | 0 | 510,280,630 | 50% | ||
mayaollie | 0 | 767,679,836 | 50% | ||
heisemoji | 0 | 1,194,986,063 | 50% | ||
wonder2 | 0 | 1,096,631,768 | 90% | ||
samrose | 0 | 440,586,070 | 50% | ||
luchee | 0 | 738,064,034 | 85% | ||
bostonadventures | 0 | 1,507,079,620 | 0.4% |
<h3>Congratulations!</h3><hr /><div class="pull-right"><img src="https://images.hive.blog/DQmQLssYuuJP2neoTVUbMRzvAu4Ptg7Vwt92aTM7Z3gNovg/cb-logo-150.png" alt="You have obtained a vote from CHESS BROTHERS PROJECT"/></div><div class="text-justify"><h3>✅ Good job. Your post has been appreciated and has received support from <a href="/@chessbrotherspro"><b>CHESS BROTHERS</b></a> ♔ 💪</h3><p><br>♟ We invite you to use our hashtag <b>#chessbrothers</b> and learn more <a href="/@chessbrotherspro/introducing-chess-brothers-project-the-most-innovative-community-combining-chess-fitness-and-more"><b>about us</b></a>.</p><p>♟♟ You can also reach us on our <a href="https://discord.gg/73sK9ZTGqJ" rel="noopener" title="This is going to take you to the Discord of Chess Brothers"><b>Discord server</b></a> and promote your posts there.</p><p>♟♟♟ Consider <a href="/@chessbrotherspro/teamwork-is-worthwhile-join-the-chess-brothers-healing-trail-supporting-the-work-being-done-and-earning-rewards"><b>joining our curation trail</b></a> so we work as a team and you get rewards automatically.</p><p>♞♟ Check out our <a href="/@chessbrotherspro"><b>@chessbrotherspro</b></a> account to learn about the curation process carried out daily by our team.</p><p><br>🏅 If you want to earn profits with your HP delegation and support our project, we invite you to join the <i>Master Investor</i> plan. <a href='/@chessbrotherspro/master-investor-plan-or-programa'>Here you can learn how to do it.</a></p></div><div class="text-center"><p><br>Kindly</p><p><strong><em>The CHESS BROTHERS team</em></strong></p></div>
author | chessbrotherspro |
---|---|
permlink | re-dynamic-type-and-static-type |
category | hive-169321 |
json_metadata | "" |
created | 2024-08-22 13:41:12 |
last_update | 2024-08-22 13:41:12 |
depth | 1 |
children | 0 |
last_payout | 2024-08-29 13:41: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 | 1,598 |
author_reputation | 78,492,844,132,988 |
root_title | "Dynamic Type & Static Type By albro" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 136,456,877 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
otailon92 | 0 | 0 | 100% |
Hello,<br/>this Comment has been upvoted with 100%, thanks to @albro who burned 1000 PLANET<br/>With this burn @albro is actively participating in the CLEAN PLANET reward protocol.<br/>@albro is helping @cleanplanet to grow with the curation.<br/>Thanks for your help<br/>@cleanplanet
author | cleanplanet |
---|---|
permlink | re-albro-20240825t152503087z |
category | hive-169321 |
json_metadata | "{"tags":["cleanplanet"],"app":"hivegadgets/1.0.0","format":"markdown+html","description":"Upvote for burned Planet Token"}" |
created | 2024-08-25 15:25:03 |
last_update | 2024-08-25 15:25:03 |
depth | 1 |
children | 0 |
last_payout | 2024-09-01 15:25: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 | 284 |
author_reputation | 85,786,252,576,268 |
root_title | "Dynamic Type & Static Type By albro" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 136,525,610 |
net_rshares | 0 |
It's realy Good post😘👍 !LUV
author | godofwar35 |
---|---|
permlink | re-albro-2024823t63315794z |
category | hive-169321 |
json_metadata | {"tags":["hive-169321","development","programming","chessbrothers","hive-engine","neoxag","stem","tricks","proofofbrain","leofinance","ecency"],"app":"ecency/3.2.0-vision","format":"markdown+html"} |
created | 2024-08-23 03:03:15 |
last_update | 2024-08-23 03:03:15 |
depth | 1 |
children | 0 |
last_payout | 2024-08-30 03:03:15 |
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 | 27 |
author_reputation | -6,774,839,269 |
root_title | "Dynamic Type & Static Type By albro" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 136,472,165 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
otailon92 | 0 | 0 | 100% |
Congratulations @albro! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@albro/upvoted.png?202408230900"></td><td>You received more than 25000 upvotes.<br>Your next target is to reach 30000 upvotes.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@albro) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | notify-1724404068 |
category | hive-169321 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-08-23 09:07:48 |
last_update | 2024-08-23 09:07:48 |
depth | 1 |
children | 0 |
last_payout | 2024-08-30 09:07: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 | 621 |
author_reputation | 370,484,397,320,392 |
root_title | "Dynamic Type & Static Type By albro" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 136,476,196 |
net_rshares | 0 |
!LUV
author | pars.team |
---|---|
permlink | re-albro-2024823t64148450z |
category | hive-169321 |
json_metadata | {"tags":["hive-169321","development","programming","chessbrothers","hive-engine","neoxag","stem","tricks","proofofbrain","leofinance","ecency"],"app":"ecency/3.2.0-vision","format":"markdown+html"} |
created | 2024-08-23 03:11:48 |
last_update | 2024-08-23 03:11:48 |
depth | 1 |
children | 0 |
last_payout | 2024-08-30 03:11: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 | 4 |
author_reputation | 1,044,473,769,173 |
root_title | "Dynamic Type & Static Type By albro" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 136,472,267 |
net_rshares | 0 |
This is a [hive-archeology](https://github.com/pibara/hive-archeology) proxy comment meant as a proxy for upvoting good content that is past it's initial pay-out window.  <sub><sup>Pay-out for this comment is configured as followed:</sup></sub> | <sub><sup>role</sup></sub> | <sub><sup>account</sup></sub> | <sub><sup>percentage</sup></sub> | <sub><sup>note</sup></sub>| | --- | --- | --- | --- | | <sub><sup>curator</sup></sub> | <sub><sup>-</sup></sub> | <sub><sup>0.0%</sup></sub> | <sub><sup>curation rewards disabled</sup></sub> | | <sub><sup>author</sup></sub> | <sub><sup>@albro</sup></sub> | <sub><sup>95.0%</sup></sub> | <sub><sup></sup></sub> | | <sub><sup>dev</sup></sub> | <sub><sup>@croupierbot</sup></sub> | <sub><sup>2.5%</sup></sub> | <sub><sup>author of hive-archology</sup></sub> | | <sub><sup>dev</sup></sub> | <sub><sup>@emrebeyler</sup></sub> | <sub><sup>2.5%</sup></sub> | <sub><sup>author of lighthive</sup></sub> |
author | pibara | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | albro-dynamic-type-and-static-type | ||||||||||||||||||
category | hive-169321 | ||||||||||||||||||
json_metadata | "{"tags": ["hivearcheology"], "app": "HiveArcheology 0.1.7"}" | ||||||||||||||||||
created | 2024-09-02 23:02:18 | ||||||||||||||||||
last_update | 2024-09-02 23:02:18 | ||||||||||||||||||
depth | 1 | ||||||||||||||||||
children | 0 | ||||||||||||||||||
last_payout | 2024-09-09 23:02:18 | ||||||||||||||||||
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 | 1,074 | ||||||||||||||||||
author_reputation | 60,469,629,952,622 | ||||||||||||||||||
root_title | "Dynamic Type & Static Type By albro" | ||||||||||||||||||
beneficiaries |
| ||||||||||||||||||
max_accepted_payout | 1,000.000 HBD | ||||||||||||||||||
percent_hbd | 0 | ||||||||||||||||||
post_id | 136,793,694 | ||||||||||||||||||
net_rshares | 266,729,431,320 | ||||||||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pibara | 0 | 266,729,431,320 | 100% |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-albro-dynamic-type-and-static-type-20240823t034427941z |
category | hive-169321 |
json_metadata | {"app":"STEMsocial"} |
created | 2024-08-23 03:44:27 |
last_update | 2024-08-23 03:44:27 |
depth | 1 |
children | 0 |
last_payout | 2024-08-30 03:44:27 |
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 | 565 |
author_reputation | 22,927,823,584,327 |
root_title | "Dynamic Type & Static Type By albro" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 136,472,735 |
net_rshares | 0 |