Posts by Hardel • 33 points
2 posts
-
3
votes1
answer143
viewsQ: Beautify inline review
I am using the extension Beautify in Vscode to better organize my code, however I found a problem and I did not find the solution, it always plays the comment to next line. How to fix this?…
-
0
votes4
answers1092
viewsQ: Doubt with switch in Javascript
I’m doing a Javascript course, and I need to do an exercise with the statement "Write a function that given a total of years of study returns how experienced the user is." My code: function…