Csaba Kissi Profile picture
Feb 2 8 tweets 3 min read
Interesting Javascript examples worth knowing:
1. Destructuring an array to variables
2. Using spread operator to merge arrays
3. Using setTimeout with arrow functions
4. Using Object.entries to get key-value pairs
5. Using Array.find to find the first element in an array that matches a condition
Using Array.reduce to reduce an array to a single value
If you like this post, you can bookmark and tag it by replying with @SaveToBookmarks #javascript

You can view your bookmarks on savetobookmarks.com

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Csaba Kissi

Csaba Kissi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @csaba_kissi

Feb 2
If you're not utilizing AI for your productivity, you're falling behind.

Here are 9 sites that will help you boost your productivity by tens of percent:
{1} Simplified

An Easy-to-Use All-In-One App For Modern Marketing Teams

Simplified is the time-saving, all-in-one app that your modern marketing team can use for collaboration.

Millions of free images, videos, and audio clips.

🔗 simplified.com Image
{2} Codeium

Codeium is the modern coding superpower, a free AI-powered code completion tool.

It supports over 20+ languages and integrates with your favorite IDEs, with lightning-fast speeds and state-of-the-art suggestion quality.

🔗 codeium.com Image
Read 12 tweets
Feb 1
Revolutionize Your Web Development process with these 9 Low/No Code sites

You can save tens of hours every month (trust me):
{1} @appwrite

Excellent open-source Firebase alternative.

It's a secure backend server for web, mobile & flutter developers.

Out-of-the-box support for:

✅ Authentication and Users (including social logins)
✅ Database
✅ Storage
✅ Functions

👉 appwrite.io
{2} Adalo

Design & Build Custom Apps

Create fully custom no-code web & mobile applications with Adalo’s easy-to-use drag-and-drop platform.

Publish directly to the App Store, Google Play, or Web.

🔗 adalo.com
Read 11 tweets
Jan 31
5 Free game related API for your next side project

Thread 🧵👇
Twitch Game Popularity

A historical monthly breakdown of the top 200 games on twitch

rli.to/QosGM
Rock Paper Scissor

A simple Rock Paper Scissor game API

rli.to/tBPGR
Read 7 tweets
Jan 30
5 APIs for your next side project

Thread 🧵👇
1. Car API

Search vehicles by year, make, model, trim, engine, body, mileage, and more

rapidapi.com/carapi/api/car…
2. Currency converter

Currency exchange rates based on the markets and national central banks' data.

rapidapi.com/natkapral/api/…
Read 8 tweets
Jan 29
Understand absolute positioning in CSS
In CSS, absolute positioning is a way to position an element relative to its nearest positioned ancestor element rather than to the viewport or the normal flow of the document.
To use absolute positioning, you first need to set the position property of an ancestor element to a value other than "static", such as "relative" or "absolute".
Read 7 tweets
Jan 28
Understand the difference between Javascript "==" and "===" operators:
In JavaScript, "==" is the equality operator and "===" is the strict equality operator.

The main difference between the two is that "==" compares values for equality and performs type coercion if necessary, while "===" compares both values and types for equality.
For example:

If you use "==" to compare the number 5 to the string "5", the comparison will return true because JavaScript will transform the string to a number before performing the comparison.
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(