48📌 AWESOME ! Collator() as a part of Internationalization API. This API gives you a new functionality of comparing strings based on current user locale. We think the most valuable example is to compare chars. #js #programmer #developer #dev #technology #webdeveloper #coding

corn_code's tweet image. 48📌 AWESOME ! Collator() as a part of Internationalization API. 
This API gives you a new functionality of comparing strings based on current user locale. We think the most valuable example is to compare chars.
#js #programmer #developer #dev #technology #webdeveloper #coding

47📌 JavaScript. NumberFormat() as a part of Internationalization API. You do not need to think about how to present a price on a product on your online store for different countries. #js #programmer #developer #dev #technology #webdeveloper #coding #development #web #javascript

corn_code's tweet image. 47📌 JavaScript. NumberFormat() as a part of Internationalization API. 
You do not need to think about how to present a price on a product on your online store for different countries.
#js #programmer #developer #dev #technology #webdeveloper #coding #development #web #javascript

46📌 JavaScript. PluralRules() as a part of Internationalization API. This API solves a common problem transformation number to plural or singular based on your country code. It is a huge improvement for Front End guys. #js #programmer #developer #dev #technology #webdeveloper

corn_code's tweet image. 46📌 JavaScript. PluralRules() as a part of Internationalization API. 
This API solves a common problem transformation number to plural or singular based on your country code. It is a huge improvement for Front End guys.
#js #programmer #developer #dev #technology #webdeveloper

45📌 JavaScript. RelativeTimeFormat() as a part of Internationalization API. Have you tried this before? 🤓 Do not need to transform anymore day number into proper message for a user. Ex. ’-3’ -> ‘3 days ago’. Pass number of days and country code. #js #programmer #developer #dev

corn_code's tweet image. 45📌 JavaScript. RelativeTimeFormat() as a part of Internationalization API. Have you tried this before? 🤓
Do not need to transform anymore day number into proper message for a user. Ex. ’-3’ -> ‘3 days ago’. Pass number of days and country code.
#js #programmer #developer #dev

44📌 JavaScript. DateTimeFormat() as a part of Internationalization API. We like it very much. You do not need to know a date and time format for specific country. Just use this API and add a country code as a first argument to the constructor. #js #programmer #developer #dev

corn_code's tweet image. 44📌 JavaScript. DateTimeFormat() as a part of Internationalization API.
We like it very much. You do not need to know a date and time format for specific country. Just use this API and add a country code as a first argument to the constructor.
#js #programmer #developer #dev

43📌 JavaScript. ListFormat as a part of Internationalization API. We think that everyone of you met with the problem of making conjunction or disjunction for the list of words. Usually we build it from scratch but right now ListFormat gives you a chance to make it much easier.

corn_code's tweet image. 43📌 JavaScript. ListFormat as a part of Internationalization API. We think that everyone of you met with the problem of making conjunction or disjunction for the list of words. Usually we build it from scratch but right now ListFormat gives you a chance to make it much easier.

42📌 A new amazing post. JavaScript. Internationalization API. Have you tried this before? 🤓 . #js #programmer #developer #dev #technology #webdeveloper #coding #development #web #javascript #corn #coder #code #corncode #react #redux #angular #css #html #webdesign #TechNews

corn_code's tweet image. 42📌 A new amazing post. JavaScript. Internationalization API. Have you tried this before? 🤓
.
#js #programmer #developer #dev #technology #webdeveloper #coding #development #web #javascript #corn #coder #code #corncode #react #redux #angular #css #html #webdesign #TechNews

41📌 A new insane post. JS TC39. Object.entries() and Object.fromEntries(). Have you tried this before? 🤓 If you want to transform {x:1, y:3} to [[‘x’,1][‘y’,2]] use Object.entries() or Object.fromEntries() if you need reversed flow. . Enjoy Dude! . #js #programmer #developer

corn_code's tweet image. 41📌 A new insane post. JS TC39. Object.entries() and Object.fromEntries(). Have you tried this before? 🤓
If you want to transform {x:1, y:3} to [[‘x’,1][‘y’,2]] use Object.entries() or Object.fromEntries() if you need reversed flow.
.
Enjoy Dude!
.
#js #programmer #developer

40📌 A new insane post. JS TC39. String.prototype.trimStart() and String.prototype.trimEnd(); Have you tried this before? 🤓 #JS #programmers #developer #technology #webdeveloper #coding #development #web #javascript #corn #coder #code #corncode #react #Angular #VueJS

corn_code's tweet image. 40📌 A new insane post. JS TC39. String.prototype.trimStart() and String.prototype.trimEnd(); Have you tried this before? 🤓
#JS #programmers #developer #technology #webdeveloper #coding #development #web #javascript #corn #coder #code #corncode #react #Angular #VueJS

38📌 A new insane post. JS TC39. Array.flatMap(); Have you tried this before? 🤓 The .flatMap() traverses your array and make it flatten. It works like .map() + .flat(). Maximum depth of an array is 1. Enjoy it. #js #programmer #developer #dev #webdeveloper #Web

corn_code's tweet image. 38📌 A new insane post. JS TC39. Array.flatMap(); Have you tried this before? 🤓 The .flatMap() traverses your array and make it flatten. It works like .map() + .flat(). Maximum depth of an array is 1. Enjoy it.
#js #programmer #developer #dev #webdeveloper #Web

#37 A new insane post. JS TC39. Array.flat(); Have you tried this before? This method gives us a possibility in an easy way to make flatten array from hierarchically nested arrays. #js #programmer #developer #dev #technology #webdeveloper #coding #development #web #javascript

corn_code's tweet image. #37 A new insane post. JS TC39. Array.flat(); Have you tried this before?
This method gives us a possibility in an easy way to make flatten array from hierarchically nested arrays. 
#js #programmer #developer #dev #technology #webdeveloper #coding #development #web #javascript

📌36. 10 years challenge for Front End. It was a nice evolution of the Front End community. Enjoy Front End trends together with Corn Code.🤓 #js #dev #technology #webdeveloper #coding #web #javascript #corn #coder #code #corncode #tenyearchallenge #10yearchallenge

corn_code's tweet image. 📌36. 10 years challenge for Front End. It was a nice evolution of the Front End community.  Enjoy Front End trends together with Corn Code.🤓
#js #dev #technology #webdeveloper #coding #web #javascript #corn #coder #code #corncode  #tenyearchallenge #10yearchallenge

#35 Hi guys! A new awesome post. CSS. Justify-content: space-evenly; Have you tried this before?😊 ‘Space-evenly’ aligns all items inside a container with the equal spaces around them. But ‘space-around’ increases space between items twice. #js #programmer #developer #css #html

corn_code's tweet image. #35 Hi guys!  A new awesome post. CSS. Justify-content: space-evenly; Have you tried this before?😊
‘Space-evenly’ aligns all items inside a container with the equal spaces around them. But ‘space-around’ increases space between items twice.
#js #programmer #developer #css #html

#30 What is your most popular Front-End framework? #corn #corncode #css #js #HTML

corn_code's tweet image. #30 What is your most popular Front-End framework?
#corn #corncode #css #js #HTML

Loading...

Something went wrong.


Something went wrong.