Posts by Felipe Chernicharo • 141 points
3 posts
-
0
votes0
answers14
viewsQ: How to use call, apply and bind?
Can someone demonstrate/explain how to use call, apply and bind methods in javascript? Simple examples and objectives are very welcome! Further explanations also :D Extra points for those who can…
-
2
votes1
answer56
viewsA: Array insertion organized in Array for later use as variable
I don’t know if I understand the problem correctly ...but if the intention is to store the paths of your logos in an easy way to use (and reuse), rather than using one array [ ... ], you could keep…
-
2
votes1
answer31
viewsA: How to add only one product at a time to the cart and calculate the total
The question is somewhat generic, so here’s a generic answer in 3 steps (but hopefully useful :)) Let’s say your menu of products has this format here: const productsMenu = { prod01: {name:…
javascriptanswered Felipe Chernicharo 141