Swapna Kumar Panda ๎จ€ Profile picture
Feb 8 โ€ข 4 tweets โ€ข 1 min read
๐ŸŽจ All (140) HTML Color Names

If you are interested in the HD quality of this cheat sheet,

โœ“ Like (โค๏ธ) this Tweet
โœ“ Follow me โœ…
โœ“ Reply (๐Ÿ’ฌ) to this Tweet with a ๐Ÿ‘‹
โœ“ Retweet (๐Ÿ”) for more chances.

I will share you the direct link in DM. Image
๐Ÿšฅ Disclaimer

I have compiled these information with all sincerity. But in case you find any omissions or, wrong representations, please inform me.
๐Ÿš Upcoming Twitter Space

๐Ÿ“… 12-Feb-2022 (Saturday)
โฐ 07.30PM IST (02.00PM GMT)

โฌ˜ Join me in this space to have a technical discussion around "Arrays and Functions in JavaScript".

โฌ™ Share among your circle if anyone is interested.

twitter.com/i/spaces/1dRJZโ€ฆ
Are you interested in such illustrations? I am regularly sharing for HTML, CSS, JavaScript, Data Structures and, Database.

To never miss any, Follow me โœ…

โ€ข โ€ข โ€ข

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

Keep Current with Swapna Kumar Panda ๎จ€

Swapna Kumar Panda ๎จ€ 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 @swapnakpanda

Feb 10
25 Utility Code for your next JavaScript Project

โ‡ฉ
โžŠ Check if input is of number type
โž‹ Check if input value contains a number
โžŒ Check if input value is null or, undefined
โž Check if input value is null or, empty string ImageImageImageImage
โžŽ Check if input value is falsy
โž Check if input is an Array
โž Check if input is an Empty object ImageImageImage
Read 11 tweets
Feb 9
Do you think it's peculiar?

parseInt(0.5); // => 0
parseInt(0.05); // => 0
parseInt(0.005); // => 0
parseInt(0.0005); // => 0
parseInt(0.00005); // => 0
parseInt(0.000005); // => 0
parseInt(0.0000005); // => 5

Here's why. A JavaScript ๐Ÿงต
โžŠ What is parseInt?

parseInt is a function which

โ†’ takes a "String" input
โ†’ parses this input
โ†’ returns the parsed "integer" value
โž‹ What if input is not a String?

If input is not a String, it's first converted to String and, then parsed.
Read 9 tweets
Feb 6
100+ Project Ideas for JavaScript "Absolute Beginners"

โ‡ฉ
๐Ÿšฅ Disclaimer

โฌ– Complete projects as per the order in which they are mentioned.

โฌ˜ Knowledge of HTML & CSS is very much required for designing UI.

โฌ— Take these ideas and, form your own ideas. Do not STOP.
โžŠ Unit Conversion

โž€ Currency
โž Weight
โž‚ Height
โžƒ Temperature
โž„ Distance
โž… Area
โž† Volume
โž‡ Time
โžˆ Numbers (Binary, Octal, Hexadecimal)
โž‰ Color (rgb to hsl)
Read 15 tweets
Feb 5
๐Ÿš Database Categories w/ Examples
Broadly databases can be categorised into below categories.

๐Ÿ›ข
โฎ‘ Relational
โฎ‘ NoSQL
โฎ‘ Document
โฎ‘ Wide-Column
โฎ‘ Key-Value
โฎ‘ Graph
โฎ‘ Time Series
โฎ‘ Search

And, few others.
๐Ÿšฅ Disclaimer

I have compiled these information with all sincerity. But in case you find any omissions or, wrong representations, please inform me.
Read 5 tweets
Feb 4
๐Ÿ™ All CSS Flexbox Properties & Values Image
๐Ÿšฅ Disclaimer

I have compiled these information with all sincerity. But in case you find any omissions or, wrong representations, please inform me.
๐Ÿš Upcoming Twitter Space ๐Ÿƒโ€โ™‚๏ธ

๐Ÿ“… 05-Feb-2022 (Tomorrow)
โฐ 07.30PM IST (02.00PM GMT)

โฌ˜ Join me in this space and, hear me out about many aspects of Content Creation and, Twitter Growth.

โฌ™ Share among your circle if anyone is interested.

twitter.com/i/spaces/1yoKMโ€ฆ
Read 4 tweets
Jan 31
๐Ÿฆพ 11 Modern JavaScript Hacks

โ‡ฉ
๐Ÿ“‹ Table of Contents

โžŠ Conversion to Number
โž‹ Conversion to Boolean
โžŒ Conversion to String
โž Complex String
โžŽ Short Circuit && / ||
โž Nullish Check
โž Default Value
โž‘ Default Function Parameter
โž’ Optional Chaining
โž“ Array Resizing
โžŠโžŠ Function Rest Parameter
โžŠ Conversion to Number

To convert any data to a Number type, use

โ‡ฅ Unary "+" operator
โ‡ฅ Number function
โ‡ฅ parseInt function
Read 14 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!

:(