Posts by user161306 • 105 points
4 posts
-
0
votes0
answers31
viewsQ: Transpose in development or build only
I need to transpose a project because it uses scss, typescript and Es6 The correct thing is to make the Bundle only for the build or I can/should run a task every time I change the code? I would…
-
2
votes0
answers30
viewsQ: Detect with javascript ringtones
Detect Multiple Touches in Java Scribe
touchasked user161306 105 -
1
votes1
answer107
viewsQ: How to detect if the device is touch in pure javascript?
I need to add touch events only if necessary. If the device is not touch, I will only add mouse events. For this, I need to check and have a return. It is important, if possible, that the code is in…
-
7
votes3
answers329
viewsQ: How to return the number of arguments and sum the values of the arguments in a javascript function
I need to know how to return the amount of arguments. Examples are: list(red, green, blue) Returns 3 list(1,45,33,50) Returns 4 It is not possible to know the amount beforehand…
javascriptasked user161306 105