(1/5)
(1/5)
Really solid foundation in HTML, CSS, and Flexbox. (1/5)
Really solid foundation in HTML, CSS, and Flexbox. (1/5)
themeticulousdot.netlify.app
#WebDev #LearnInPublic #CSS #HTML #FrontendDevelopment
themeticulousdot.netlify.app
#WebDev #LearnInPublic #CSS #HTML #FrontendDevelopment
(1/8)
(1/8)
Hands-on work revealed layout and spacing details that tutorials often gloss over.
nirajbajaj.dev
Hands-on work revealed layout and spacing details that tutorials often gloss over.
nirajbajaj.dev
console.log(this.value);
}
const about = {
a: { value: "Name: Niraj Bajaj" },
b: { value: "Birthdate: 27 November 1998" },
c: { value: "Country: India" }
};
introduction.call(about.a);
introduction.call(about.b);
introduction.call(about.c);
console.log(""); (1/n)
console.log(this.value);
}
const about = {
a: { value: "Name: Niraj Bajaj" },
b: { value: "Birthdate: 27 November 1998" },
c: { value: "Country: India" }
};
introduction.call(about.a);
introduction.call(about.b);
introduction.call(about.c);
console.log(""); (1/n)