showing results for - "how to create a variable with a operator in javascript"
Laura
06 Jan 2018
1var example = 2 + 1;
2var exampleTwo = 2 - 4;
3//this is how to end a variable with plus and minus signs
4
similar questions