Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

Developer Pro

Public โ€ข 144 โ€ข Free

7 contributions to Developer Pro
Here are the other javascript exercises
Finished 3 more of the javascript exercises and i'm looking for more feedback! :D Cursor fun: https://codepen.io/BenyBoy2/pen/xxvveRL Typewriter: https://codepen.io/BenyBoy2/pen/dyxxEqy?editors=1111 Simple Calculator: https://codepen.io/BenyBoy2/pen/RNbbarX?editors=1111
5
0
Trying out some of the Javascript Challenges
Hey guys i just tried out some of the challenges for vanilla javascript and wanted to see how you guys feel about the solutions. edit: i made the counter app public now. counter app: https://codesandbox.io/p/sandbox/c5grdm?file=%2Fsrc%2Fstyles.css even / odd exercise: https://codepen.io/BenyBoy2/pen/eYqqGyL?editors=1010 moving box exercise: https://codepen.io/BenyBoy2/pen/oNKKoro
8
15
New comment 2d ago
0 likes โ€ข 2d
@Mioara Cenusa pure reflex. I did it without realizing i was supposed to use js. I could remake it with vanilla js if i need to lol. I am a LOT more comfortable making things in react than vanilla js
1 like โ€ข 2d
@Mioara Cenusa ahh i'm used to vscode yelling at me when i forget to add a key to a map lol. I personally like having a single function to handle changing the value of counter. Although i do see some of the readability changes i should also make...
Back from my wedding and Weather App Completed
Hey everyone, I have been away for about a month because my wife and I just had our wedding. It was a great event and now that it is over, I am glad to be back in the peace of the day-to-day. Just finished up the Weather App, for the most part. I know I need to implement styled components rather than a CSS sheet and I also need to refactor the code and perhaps use more components rather than a few big ones. Let me know if you have any tips on that please. But it looks like everything is working properly and I'm quite happy to have finished this, the first serious React project. And @Cristian Florea let me know how you did the slide in of the components while loading instead of the basic "fetching data..." PREVIEW: https://qlfvlr.csb.app/city/Seoul CODE: https://codesandbox.io/p/sandbox/weather-app-qlfvlr?file=%2Fsrc%2FApp.js%3A16%2C13
12
11
New comment 4d ago
1 like โ€ข 4d
Congrats! I wish you both a very happy future.
.map() Method Exercises
https://codepen.io/ZCrooks-the-reactor/pen/LYwKeBM
9
10
New comment 4d ago
2 likes โ€ข 4d
Hey looks pretty good. Small oversight at line 39 (namesToObject variable) they asked you to format the names into objects and to be structured like this: [{value: 'john smith', length: 10}] but you modified it to look like [{ "john smith": 10}].
Javascript for beginners final projects
Hey everyone, I've been away for a while but I am back! I think I have managed to finish up the final 3 projects in the "Javascript for beginners" section. And I am hoping someone can review them so I can get onto the React section. Calculator: https://codepen.io/Ed-Morgan/pen/VwoxXpd Pomodoro app: https://codepen.io/Ed-Morgan/pen/rNXeWwd ToDo app: https://codepen.io/Ed-Morgan/pen/vYoGGwL I think I have ticked off most of the features. But let me know what you don't like or have managed to break! Thanks, Ed
6
10
New comment 5d ago
2 likes โ€ข 6d
The issue with the todo app is where you declare the variable toDoTasks. It didn't account for if tasks didn't exist in localstorage meaning tasks would be set to null. So when someone tries to create a new task using the plus button or enter, you're trying to use the push method on a null value which doesn't work. All i had to do is add this to the end of line 12 and it worked (even if i clear localestorage):
1-7 of 7
Benjamin Bruington
3
27points to level up
@benjamin-bruington-8370
My goal and reason to become a developer is to develop the means to ground myself and gain a semblance of permanence while also building bonds

Active 9h ago
Joined Nov 19, 2024
powered by