Posts by Lucas Humberto • 323 points
3 posts
-
1
votes1
answer68
viewsQ: What is the risk of an error on an already loaded page?
I have an application where large data in AJAX requests are made, this generates a certain delay to place the data on the page. I need to render an image where your path is a array. In my…
-
19
votes2
answers2430
viewsQ: Using && e || instead of "if" and "Else"
Lately I’ve seen some codes that use && and || to replace if and else , and even to do checks with less code. I’m using this technique quite smoothly so far. Follow an example code: const…
-
0
votes2
answers106
viewsQ: When or how to integrate php code into html
I’m trying to make a simple application without any Framwork to put into practice some concepts I learned. I studied a lot about back-end with an emphasis on POO, but when I went to index.php the…