theboyduddus
KPCKevin Powell - Community
•Created by theboyduddus on 10/10/2024 in #front-end
what is causing my items in the header to stretch in big sizes?
https://codepen.io/Adhurim-Gashi/pen/yLmVRZJ
pretty frustrated, how do i fix this?
6 replies
KPCKevin Powell - Community
•Created by theboyduddus on 10/3/2024 in #front-end
Event listener question
https://codepen.io/Adhurim-Gashi/pen/eYqZzRo
- Hey guys, I am building a little calculator project with a tutorial for the (js) so in my js code whenever i click a button i get the console.log of the characters or numbers inside the calculator, and can someone decipher how those lines of code for me, cause i don't understand it that much, thanks.
18 replies
KPCKevin Powell - Community
•Created by theboyduddus on 9/24/2024 in #front-end
question regarding events in this example
Hello guys I am new at learning js and I am struggling with events a little bit, for example here in this example:
const buttonContainer = document.querySelector(".button-container");
buttonContainer.addEventListener("click", function (event) // what is event here inside of the parenthesis {
alert(
You clicked on button ${event.target.innerText}
)
});8 replies
KPCKevin Powell - Community
•Created by theboyduddus on 9/24/2024 in #front-end
question regarding functions in js
What is the difference between assigning a variable to a function and vice versa?
5 replies
KPCKevin Powell - Community
•Created by theboyduddus on 9/19/2024 in #front-end
a question regarding loops in javascript
why is that when we create a loop for example
let friendsInTheOffice = 0;
while(friendsInTheOffice < 10) {
console.log(friendsInTheOffice) // if we.console log here we get the result 9
friendsInTheOffice++
}
console.log(friendsInTheOffice) // however if we console.log here we get the result 10
if someone can provide me with a in-depth explonation i'd really appreciate it, a.k.a i am new at learning JavaScript.
5 replies
KPCKevin Powell - Community
•Created by theboyduddus on 9/17/2024 in #os-and-tools
how do i fix having to close the tab and reopen it again for my code to get updated in live server?
kind of anoying tbh.
5 replies
KPCKevin Powell - Community
•Created by theboyduddus on 9/9/2024 in #front-end
Issue from kevin's css course building a space travel website
why are my colors not working?
https://codepen.io/Adhurim-Gashi/pen/rNEPwwL
4 replies
KPCKevin Powell - Community
•Created by theboyduddus on 9/2/2024 in #front-end
How do i center the logo and the nav items perfectly
how do i center my logo and my nav list perfectly in mobile mode, and what is causing that extra spacing on the logo?
https://codepen.io/Adhurim-Gashi/pen/PoryKxQ
7 replies
KPCKevin Powell - Community
•Created by theboyduddus on 8/30/2024 in #front-end
Classlist toggle
hey guys, can anyone help me out on making this button toogle my nav list, and explain how it works, thanks
https://codepen.io/Adhurim-Gashi/pen/NWZLRaO
18 replies
KPCKevin Powell - Community
•Created by theboyduddus on 8/28/2024 in #os-and-tools
Still getting the same issue
Sorry for asking the same question again this is really frustrating though, i though that me providing this video would make things clearer. any answer is appreciated.
39 replies
KPCKevin Powell - Community
•Created by theboyduddus on 8/27/2024 in #os-and-tools
Issues regarding liveserver
I am having issues still with liveserver whenever i save something on vscode I get an error as if the internet is not working, i deleted liveserver & switched to fiveserver, i still get the same issue only now on the console i get the message: net::ERR_INTERNET_DISCONNECTED.
1 replies
KPCKevin Powell - Community
•Created by theboyduddus on 8/27/2024 in #os-and-tools
Problems with live server on vscode
hello guys i am having issues with my live server on vscode whenever i make changes to my html, css it simply takes too long to update.
12 replies
KPCKevin Powell - Community
•Created by theboyduddus on 8/26/2024 in #front-end
Position in css
can anyone give me a nice explonation regarding position in css, i've been coding css since forever and i really struggle to understand position which is kind of weird ik.
4 replies
KPCKevin Powell - Community
•Created by theboyduddus on 6/24/2024 in #front-end
What is node js and why do we need it
I was hoping someone could provide me with an in depth explanation regarding node js
2 replies
KPCKevin Powell - Community
•Created by theboyduddus on 5/28/2024 in #front-end
What is a build tool and why do we need it?
Although google does hold it's answers, it still confuses me and i couldn't find a simple explanation, What is a Build tool for example (Vite) and why do we need it?
4 replies
KPCKevin Powell - Community
•Created by theboyduddus on 5/15/2024 in #front-end
importing file problem
2 replies
KPCKevin Powell - Community
•Created by theboyduddus on 3/6/2024 in #front-end
question regarding "key" in js
Ik this might seem a lil dumb but can someone explain to me why we use "key" in js or react as well
16 replies
KPCKevin Powell - Community
•Created by theboyduddus on 2/29/2024 in #front-end
React beginner question
Do we need to know what all the react build tools do(like:vite,eslint etc) and add them manually using npm or is it more efficient to use create-react-app
7 replies