Posts by Lucas Castelo • 45 points
3 posts
-
1
votes1
answer270
viewsQ: React build vs (?) Webpack?
I’m taking a React course. I have an understanding of what React is, and what problem it solves. However when I put in CMD "create-React-app x" it shows some other commands that I can use in this…
-
0
votes1
answer1598
viewsQ: Can anyone explain what a Spring Framework bean is?
Can anyone simplify what a bean is ? I’ve read the description by the Spring site itself but it didn’t make much sense (to me) what it actually is, and what it actually serves. I know I have to…
-
3
votes1
answer56
viewsQ: Is there a difference between "variavelX: Function(){...}" and "variavelX = Function(){...}"?
Exemplo.prototype = { minhaFuncao: function() { this.variavelX++; } } I found this sign : apparently acting as an assignment signal (=), but I’m not sure if he acts as an assignment sign or if he…
javascriptasked Lucas Castelo 45