馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

CSS Strikethrough

If you鈥檙e looking to add a strikethrough effect to your text in CSS, there are a few different ways you can do it. The first way is to use the <del> tag....

December 24, 2022 路 2 min 路 Coderslang Master

Learn Programming on Reddit

In March of 2005, two college roommates started work on a new website. They wanted to create a place where people could share links and discuss their interests. Six months later, Reddit was born....

December 23, 2022 路 2 min 路 Coderslang Master

TypeScript Interface

In TypeScript, an interface is a syntactical contract that defines how a class or object should look and behave. In other words, it is a blueprint for objects. Interfaces define properties, methods, and events, which are the members of the interface....

December 22, 2022 路 1 min 路 Coderslang Master

HTML Bullet Points List

HTML bullet points are used to create a list of items in a web page. Each bullet point is represented by a <li> tag. The list can be ordered or unordered....

December 21, 2022 路 2 min 路 Coderslang Master

JavaScript absolute value

JavaScript has a built-in Math object that includes several handy math-related functions and properties. One such function is abs(), which returns the absolute value of a number. In mathematical terms, the absolute value of a number is its distance from zero on a number line....

December 20, 2022 路 1 min 路 Coderslang Master

Beginners Guide to Visual Studio Code: From Download to Your First Program

In theory, you can write code anywhere you like, even in Notepad. In practice, software engineers use code editors or Interactive Development Environments (IDEs) that facilitate the process of writing code....

December 19, 2022 路 10 min 路 Coderslang Master

Freelance Programming

There are many reasons to become a freelance programmer. The freedom to choose your own projects, set your own hours, and work from anywhere in the world are just a few of the benefits....

December 19, 2022 路 2 min 路 Coderslang Master

Entry Level Programming Jobs

In the programming world, an entry-level job is a position that requires little to no experience in the field. Entry-level programming jobs are typically reserved for recent graduates or those making a career change....

December 18, 2022 路 3 min 路 Coderslang Master

Font Weight CSS

When it comes to web design, there is a lot you can do with typography. One of the most important aspects of typography is font weight. Font weight is the thickness of the letters in a typeface....

December 17, 2022 路 2 min 路 Coderslang Master

CSS Letter Spacing

CSS property letter-spacing defines the space between characters in a text. It can be used to create visually appealing headings and subheadings, or to make paragraphs stand out. The letter-spacing property is specified as a length or percentage....

December 16, 2022 路 1 min 路 Coderslang Master