Posts by Samuel Junior • 7 points
1 post
-
-1
votes5
answers835
viewsA: How to put the operation (sum, multiplication) within a variable
One option is to use the operator val However, it can lead to problems, since the context of the JS will be exposed in the commands of the val. An ideal but complex solution would be to create…