Posts by joao.jlf4 • 21 points
3 posts
-
0
votes2
answers152
viewsQ: Way not to break a line when creating an input element
I started a project in HTML, CSS and Javascript and came across the following situation: when I create an input element in html it automatically skips a line in relation to the other elements, I…
-
0
votes1
answer72
viewsQ: Is there any other way to run my mongodb other than by Docker?
Recently, I started with a project that uses mongodb, monitored by Robo3t, but when I look for information on the Internet on how to run it, explanations only appear using Docker. My computer is 32…
-
0
votes0
answers314
viewsQ: Difference between Try-catch / then-catch
I just started the Promises study and came across the second dilemma: What’s the difference between using Ry and catch to handle errors and then and catch? What’s the best case for each of them?…