User
Write something
Coaching Call is happening in 20 hours
Tic-Tac-Toe
I’m about to start the React course, and since Tic-Tac-Toe is one of the projects included, I decided to first build it using vanilla JavaScript. This way, I can compare the two approaches and better understand the benefits React brings. I know there can be some UI improvements but I focused more on the JS and I am also impatient to start React. Here it is: https://codepen.io/freedomseeker/pen/dPYQKgq?editors=1111 Any suggestions welcome!
Do you have any good codewars katas to share?
Thought to ask if any of you had a memorable kata that either taught you something useful or was just fun to solve. Personally I've started trying out some 5 and 4 kyu ones and those can get really fun sometimes.
Random Learning - an overlooked detail
I just learned that declaring a variable using 'const' doesn't mean it can't be altered, it just means that the variable can't be reassigned. For example: const arr = []; arr.push(10) //Adds 10 to the arr without any problem, whereas arr = [10] //Throws an error saying "TypeError: Assignment to constant variable." Just learned it as I observed the array "header" towards the end of this video How to convert "camelCase" to "Camel Case"? - Javascript For Beginners II · Developer Pro ----------------------------------------------|||||||||||||||||||||||--------------------------------------------------- And one more thing..... to convert "camelCase" to "Camel Case", "const newText = string.replace(/([A-Z]+)/g, ' $1') .replace(/^./, str => str.toUpperCase() )" can be used instead of "const newText = string .replace(/([a-z])([A-Z])/g, "$1 $2") .replace(/([A-Z])([a-z])/g, " $1$2") .replace(/\ +/g, " "); const nextString = newText[0].toUpperCase() + newText.slice(1);" to do the exact same thing. Works for any type of string and that "+" after "[A-Z]" makes all the difference.
OMG What i just found 😮
https://enzostvs-deepsite.hf.space/ Try to ask it to build you a home page of some sort.
First Client Website
Hey everyone, Just wanted to share a project I’ve been working on for my first client. It’s a hunting/outdoor service business based on a simple leaflet they provided. Due to the limited information, I decided to keep it as a one-page website for now. It's not fully finished yet — I still need to add photos of the guides and connect their Facebook account. But aside from that, most of it is complete. The contact form is functional and connected to a third-party service so they receive emails directly. I’d really appreciate any feedback and if there’s anything I should add or improve. https://mwdhunting.github.io/mwdhunting/
1-30 of 109
Developer Pro
skool.com/developerpro
Learn how to code. Make money. Have fun. Enjoy life.
Leaderboard (30-day)
Powered by