Dev Nerd – Telegram
Dev Nerd
580 subscribers
345 photos
85 videos
32 files
201 links
Roobi | 19 | M | Developer | Dropout
Download Telegram
The dynamic dessert cart system and TODO app projects were to cover my break time excited to share these with you all

#100DaysChallenge 😁

Let's keep moving forward! 💪
👍2
👍1
Dev Nerd
Frontend_Dev-Roadmap.pdf
So guys!
I wanna share a roadmap to becoming a successful front-end developer, along with valuable notes to support you along the way! while I may not be the ultimate expert 😁, I'm just sharing the awesome stuff I've found helpful on my journey
and stay tuned I'll be dropping JavaScript and React notes soon! 📘

Let’s keep learning and growing together! 🚀⚡️

#notes
👍3🔥2
#Day51 of #100DaysChallenge

I just wrapped up a sleek Bookmark Landing Page using #HTML, #CSS, and #JavaScript

Highlights:

Responsive Design: Fully responsive layout that adapts beautifully to any screen size. 📱💻

Interactive Features: Dynamic display of bookmarks with intuitive user interactions.

FAQ Toggle: Click to reveal answers, complete with smooth transitions for a polished look.

Email Validation: Real-time feedback for email input, ensuring valid submissions. 📧✔️

Stylish UI: Clean and modern interface, providing a nice user experience.

💪 I’m super excited to keep learning and building more awesome projects! 💻

🔗 GitHub Repository: Bookmark Landing Page

🔗 Live Link: Bookmark Landing Page

#coding #codetheworld #selflearning #projects@DevNerd0
3👍2
To print "JS" and "Programming" on the same line without a space in between, you would write:
Anonymous Quiz
6%
console.log("JS Programming");
11%
console.log("JS", "Programming");
72%
console.log("JS" + "Programming");
11%
console.log("JS" + " Programming");
let x = 10 == 9;

console.log(x);
Anonymous Quiz
6%
TRUE
59%
false
12%
true
24%
FALSE
Identify the correct syntax
Consider the following code snippets:
let x = Boolean("true"); let x = Boolean("False"); let x = Boolean(300); let x = true;
Anonymous Quiz
38%
For all cases, x is true.
25%
x is true for the first and third snippets, and false for the second and fourth snippets.
25%
x is true for all snippets except the second.
13%
x is false for all cases except the fourth.
#Day52 of #100DaysChallenge

Good Evening Everyone 💤

I just finished an amazing Calculator App using #HTML, #CSS, and #JavaScript! 🎉

Highlights:

Theme Toggle: Switch up the vibe with different themes!

Responsive Design: Fits any screen, big or small📱💻

Button Interactions: Smooth and slick, just the way we like it. ⚡️

Error Handling: It’s got your back with proper error messages.😎

I'm super excited to keep this coding projects and share more awesome projects with you! 💻🚀

🔗Live Link: Calculator App

🔗 GitHub Repository: Calculator App

don't forget to check it out and lemme know what you think!

#coding #CodingProject #caculator #projects@DevNerd0
3
Do you still use 'lorem ipsum' for random texts?
3👍1