Find errors in the code.
Difficulty: Average🤨
Difficulty: Average🤨
class Rectangle {
constructor(width, height) {
this.width = width;
this.height = height;
}
getArea() {
return width * height;
}
}
const rect = new Rectangle(5, 10);
console.log("Area:", rect.getArea());👍3🤔1
How to Use Rem Units in CSS!!
Rem units in CSS can be used for setting font sizes, margins, padding, widths, and heights relative to the root element's font-size.
Hidden Gems of Tailwind CSS
Tailwind CSS has some lesser-known features that can make developing web UIs easier.
This article goes over a couple of them, such as using gap-* to add space between elements.
🔗 Link to the article
#css #tailwind
Tailwind CSS has some lesser-known features that can make developing web UIs easier.
This article goes over a couple of them, such as using gap-* to add space between elements.
🔗 Link to the article
#css #tailwind
This media is not supported in your browser
VIEW IN TELEGRAM
Two ways to create responsive input fields in CSS!
🔥4👍1
React_js_Design_Patterns_Learn_how_to_build_scalable_React_apps.pdf
3.1 MB
📒 FREE Book
React.js Design Patterns: Learn how to build scalable React appswith ease (2023)
By: Anthony Onyekachukwu Okonta
#book
React.js Design Patterns: Learn how to build scalable React appswith ease (2023)
By: Anthony Onyekachukwu Okonta
#book
👍3
What is your level in web development?
Anonymous Poll
50%
Beginner (just start to learn the basics)
23%
Junior (have some experience)
20%
Midldle (working on projects)
6%
Senior (managing projects)
2%
God mode (architecture, complex solutions)
👏2
Bootstrap free courses
Bootstrap 4 for Responsive Web Design
🎬 13 video lesson
🏃♂️ Self paced
Teacher: Brad Hussey
Resource: cosmolearning
🔗 Course Link
How to Create a Website using Bootstrap 4
Rating ⭐️: 4.5 out of 5
Students 👨🎓: 11,124
Duration ⏰: 1hr 55min
Created by: Laurence Svekis
🔗 Course Link
Learn Bootstrap by creating a custom admin theme
🎬 22 video lesson
Duration ⏰: 2-3 hours worth of material
🏃♂️ Self paced
Teacher: freecodecamp
🔗 Course Link
Code a 'Coming Soon' Landing Page in Bootstrap 4
Rating ⭐️: 4.6 out of 5
Students 👨🎓: 48,974
Duration ⏰: 1hr 21min
Created by: Andy Clarke
🔗 Course Link
Getting Started With Bootstrap 4
🎬 12 video lesson
🏃♂️ Self paced
Resource: Youtube
🔗 Course Link
Interactive Bootstrap tutorials. (No Video)
⏳Modules: 31
☢️ Exercises, Programs
🏃♂️ Self paced
Resource: freecodecamp
🔗 Course Link
Some Useful websites about Bootstrap
tutorialrepublic
bootstrap 4
freecodecamp
bootstrapbay
w3schools
taniarascia
Books
Bootstrap
Bootstrap Essentials
Bootstrap Programming Cookbook
#Bootsrap #Bootstrap_4
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
👉Join @bigdataspecialist for more👈
Bootstrap 4 for Responsive Web Design
🎬 13 video lesson
🏃♂️ Self paced
Teacher: Brad Hussey
Resource: cosmolearning
🔗 Course Link
How to Create a Website using Bootstrap 4
Rating ⭐️: 4.5 out of 5
Students 👨🎓: 11,124
Duration ⏰: 1hr 55min
Created by: Laurence Svekis
🔗 Course Link
Learn Bootstrap by creating a custom admin theme
🎬 22 video lesson
Duration ⏰: 2-3 hours worth of material
🏃♂️ Self paced
Teacher: freecodecamp
🔗 Course Link
Code a 'Coming Soon' Landing Page in Bootstrap 4
Rating ⭐️: 4.6 out of 5
Students 👨🎓: 48,974
Duration ⏰: 1hr 21min
Created by: Andy Clarke
🔗 Course Link
Getting Started With Bootstrap 4
🎬 12 video lesson
🏃♂️ Self paced
Resource: Youtube
🔗 Course Link
Interactive Bootstrap tutorials. (No Video)
⏳Modules: 31
☢️ Exercises, Programs
🏃♂️ Self paced
Resource: freecodecamp
🔗 Course Link
Some Useful websites about Bootstrap
tutorialrepublic
bootstrap 4
freecodecamp
bootstrapbay
w3schools
taniarascia
Books
Bootstrap
Bootstrap Essentials
Bootstrap Programming Cookbook
#Bootsrap #Bootstrap_4
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
👉Join @bigdataspecialist for more👈
Udemy
Free Bootstrap Tutorial - How to Create a Website using Bootstrap 4
Create a multiple page website using Bootstrap - Free Course
👍3