Posts by desu • 51 points
2 posts
-
2
votes1
answer85
viewsQ: Difference when using an object and an array being passed as this no apply using the Concat function
I am studying Javascript and came across this difference when using an object and an array being passed as the this in the apply using the function concat. In the first case I use the this as an…
-
3
votes1
answer38
viewsQ: Terminal printando in yellow
Hello, I am learning Javascript and in my terminal, when I run some code, some prints come out in yellow. Does anyone know why ? Thanks. const peso1 = 1.0 const peso2 = Number('2.0') const peso3 =…