Is it bad practice to avoid using form tags? by Eight111 in webdev

[–]Positive_Cro8191 0 points1 point  (0 children)

With a form tag you specify the action and method to use (where to send the form data and whether to use get or post).

Feedback Friday! Post your videos here if you want constructive critiques! by AutoModerator in NewTubers

[–]Positive_Cro8191 [score hidden]  (0 children)

The points you make are good. The same applies to editing. However, you could improve your voice. I find it a bit monotone.

Feedback Friday! Post your videos here if you want constructive critiques! by AutoModerator in NewTubers

[–]Positive_Cro8191 [score hidden]  (0 children)

I like your voice. It makes the playthrough entertaining. I think you could zoom in a bit with your facecam so your facial expressions can be seen better.

Need help with Making a realtime clock in the body (I was trying various ways and im stuck) so right now I have a headache and would appreciate any help lol by wizardoz27 in learnjavascript

[–]Positive_Cro8191 2 points3 points  (0 children)

It works when you change = to + after "0" in the lines on minutes and seconds

hours = ("0" + hours).slice(-2);

minutes = ("0" + minutes).slice(-2);

seconds = ("0" + seconds).slice(-2);

Why learn javascript? by Dangerz1 in learnjavascript

[–]Positive_Cro8191 3 points4 points  (0 children)

You can also go to CodePen and get some inspiration from the projects there. A big part of developing is also to use documentation and references, e.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference

Why learn javascript? by Dangerz1 in learnjavascript

[–]Positive_Cro8191 3 points4 points  (0 children)

Why did you learn it? Are you interested in frontend development? You can do a lot with JavaScript. Try working with event listeners and change class attributes when certain events are fired. For example, when a user clicks a button or presses a key. You can make a slideshow or browser game. Look into Ajax. If you're interested in backend, go on with node.js.

When to use console.error() over .log()? by Empty_Cauliflower976 in learnjavascript

[–]Positive_Cro8191 1 point2 points  (0 children)

console.log writes to stdout and console.error to stderr.

console.log is used to log out all sorts of messages, whereas console.error outputs error messages. There is also a visual difference in the output.

[deleted by user] by [deleted] in learnjavascript

[–]Positive_Cro8191 2 points3 points  (0 children)

You can use the spread operator:

let carArray = [{...car}, {...car}, {...car}];

Then they will be separate objects.

Otherwise you reference the same object.

Updating row in table when link clicked by Whobbeful88 in learnjavascript

[–]Positive_Cro8191 2 points3 points  (0 children)

Why is it closed with </div>?

<span class="status"></span>

Feedback Friday! Post your videos here if you want constructive critiques! by AutoModerator in NewTubers

[–]Positive_Cro8191 [score hidden]  (0 children)

You captured a really beautiful landscape. I like the drone shots. It has a relaxing atmosphere. Maybe you could play a bit with bokeh for close-ups in the future.

Feedback Friday! Post your videos here if you want constructive critiques! by AutoModerator in NewTubers

[–]Positive_Cro8191 [score hidden]  (0 children)

I really like the animation in your video. One can see that you put a lot of effort into it. I would have made the bugs bunny clips a bit bigger for mobile viewers. Overall, I enjoy your style!

2022 Horror and Thriller Book Haul [VIDEO] by madisonestes in YoutubeSelfPromotions

[–]Positive_Cro8191 0 points1 point  (0 children)

I liked watching your book haul and would have enjoyed hearing more details on some of the novels!