Sulthan Mohaideen
banner
sulthannk.bsky.social
Sulthan Mohaideen
@sulthannk.bsky.social
Technoid | Mobile Application Engineer

https://bento.me/sulthannk
Pinned
Hey! December's here and I'm trying something new sharing what I learn every day. Small wins, aha moments, and funny stuff from building in public. Just figuring things out as I go and hoping it helps you too. Let's learn together.

#LearnInPublic #tech
Reposted by Sulthan Mohaideen
Symbol: Unique Identifiers in JavaScript

A Symbol is a special type whose value is always unique. It's useful when you need property keys that won't clash with anything else. You'll see it more in advanced code and libraries.

#LearnInPublic #tech
December 7, 2025 at 7:16 AM
Symbol: Unique Identifiers in JavaScript

A Symbol is a special type whose value is always unique. It's useful when you need property keys that won't clash with anything else. You'll see it more in advanced code and libraries.

#LearnInPublic #tech
December 7, 2025 at 7:16 AM
Reposted by Sulthan Mohaideen
JavaScript Objects: Key-Value Pairs

Objects store related data as key-value pairs. The key is a label, and the value is the data. Each pair is called a property. Objects are perfect for grouping structured information.

#LearnInPublic #tech
December 6, 2025 at 7:02 AM
JavaScript Objects: Key-Value Pairs

Objects store related data as key-value pairs. The key is a label, and the value is the data. Each pair is called a property. Objects are perfect for grouping structured information.

#LearnInPublic #tech
December 6, 2025 at 7:02 AM
Reposted by Sulthan Mohaideen
Undefined vs Null in JavaScript

undefined means a variable exists but doesn't have a value yet. null means you intentionally set it to "nothing." Both represent "no value," but undefined is accidental, null is on purpose.

#LearnInPublic #tech
December 5, 2025 at 9:27 AM
Undefined vs Null in JavaScript

undefined means a variable exists but doesn't have a value yet. null means you intentionally set it to "nothing." Both represent "no value," but undefined is accidental, null is on purpose.

#LearnInPublic #tech
December 5, 2025 at 9:27 AM
Reposted by Sulthan Mohaideen
True or False? Understanding Booleans

A Boolean can only be true or false. Booleans are great for questions like "Is the user logged in?" or "Is the page loading?" They drive decisions and conditional logic in your code.

#LearningInPublic #js
December 4, 2025 at 9:56 AM
True or False? Understanding Booleans

A Boolean can only be true or false. Booleans are great for questions like "Is the user logged in?" or "Is the page loading?" They drive decisions and conditional logic in your code.

#LearningInPublic #js
December 4, 2025 at 9:56 AM
Reposted by Sulthan Mohaideen
Working with Strings in JavaScript

A String is text wrapped in quotes. It can hold words, sentences, or any characters. You can use single or double quotes—both work. Strings are used for names, messages, labels, and more.

#LearnInPublic #js
December 3, 2025 at 7:38 AM
Working with Strings in JavaScript

A String is text wrapped in quotes. It can hold words, sentences, or any characters. You can use single or double quotes—both work. Strings are used for names, messages, labels, and more.

#LearnInPublic #js
December 3, 2025 at 7:38 AM
Reposted by Sulthan Mohaideen
What Are Data Types in JavaScript?

In JavaScript, a data type describes the kind of value a variable holds. A variable is just a named container for data. Types like numbers, text, and booleans help your code know how to store, compare, and work with values.

#LearnInPublic #js
December 1, 2025 at 8:11 AM
Reposted by Sulthan Mohaideen
JavaScript Numbers Explained

The Number type handles both whole numbers and decimals. Integers are values like 7 or 90. Floating-point numbers include a decimal, like 3.14 or 5.2. You'll use Number for most numeric work in JavaScript.

#LearnInPublic #js
December 2, 2025 at 7:25 AM
Reposted by Sulthan Mohaideen
Hey! December's here and I'm trying something new sharing what I learn every day. Small wins, aha moments, and funny stuff from building in public. Just figuring things out as I go and hoping it helps you too. Let's learn together.

#LearnInPublic #tech
December 1, 2025 at 8:06 AM
JavaScript Numbers Explained

The Number type handles both whole numbers and decimals. Integers are values like 7 or 90. Floating-point numbers include a decimal, like 3.14 or 5.2. You'll use Number for most numeric work in JavaScript.

#LearnInPublic #js
December 2, 2025 at 7:25 AM
What Are Data Types in JavaScript?

In JavaScript, a data type describes the kind of value a variable holds. A variable is just a named container for data. Types like numbers, text, and booleans help your code know how to store, compare, and work with values.

#LearnInPublic #js
December 1, 2025 at 8:11 AM
Hey! December's here and I'm trying something new sharing what I learn every day. Small wins, aha moments, and funny stuff from building in public. Just figuring things out as I go and hoping it helps you too. Let's learn together.

#LearnInPublic #tech
December 1, 2025 at 8:06 AM