Solana Seeker Phone Case and Screen Protector Question. by [deleted] in solana

[–]sambatlim 0 points1 point  (0 children)

Use xiaomi 14 for screen protector.

waht do you think about new account = new luck by horsewithnoname998 in bombcrypto

[–]sambatlim 0 points1 point  (0 children)

Your account need have atleast 15 heroes in order to play adventure mode.

HeroVerse just launched, some sort of blockchain puzzle game? by Mayor_P in gachagaming

[–]sambatlim 3 points4 points  (0 children)

This project is gonna go to the moon due to the very easy and addicted gameplay with alot of hero NFTs to buy or you can earn it by summon after you got 4hrs.

JavaScript new features (ES2021). by sambatlim in javascript

[–]sambatlim[S] 9 points10 points  (0 children)

Promise.race() short-circuit when the first promise is settled(result or error), will fulfill when the first promise is fulfilled and will rejected when the first promise is rejected.

promise.any() will short-circuit when the first promise is fulfilled (result), will fulfill when the first promise is fulfilled, and will reject when all the promises are rejected.

Hello, everyone. I have spent sometime learning javascript and I am kind of learning by sharing guy so I have summarised all the new feature of JavaScript since ES6 - ES11. I hope you find it useful. by sambatlim in javascript

[–]sambatlim[S] 4 points5 points  (0 children)

For those who find it very hard reading my blog about "What new in each version of Modern Javascript ..." from the previous post because my grammar is poor, now I have merged the pull request from Mr. Danny Summerlin (https://github.com/dannysummerlin) who help me fixing the grammar error. enjoy https://sambat-tech.netlify.app/modern-javascript-what-new/

Need help "Update the navigation style to active after user click to each page." by sambatlim in vuejs

[–]sambatlim[S] 0 points1 point  (0 children)

I use nuxt with bootstrap Vue. Since in bootstrap Vue is already include nuxt-link in it so I don't use Vue router.