+ 1
Pls is there a way to alert and at the same time display the answer on the alert box using javascript
Alert
8 Answers
+ 2
Use string concatenation or string literals.
If you donât know what they are, Google them.
+ 1
That not what am asking like in the loop u could do like from zero to ten but can u using sign like plus sign where by u would count them like to fo laters or so
+ 1
Look at this code: https://code.sololearn.com/WzG8dZ6hLg1S/?ref=app
Click the JS tab at the bottom to see the code, and the Output tab to see the output.
Also in your other answer âcan you use asterisk or plus sign in a loop which is not a numberâ - do you mean with text? The plus sign will combine them. E.g. "ab" + "c" will be "abc"
However, multiplication (the *asterisk* sign) wonât work.
0
Thanks
0
Oyedeji hiqmat Is this what you mean? https://code.sololearn.com/WzG8dZ6hLg1S/?ref=app
0
No am not doing html it is java script in the that part thry are teaching loop it did 1-10 my quedtion is that can u use asterik or plus sign in a loop which is not a number
0
Look at the JavaScript tab at the bottom.
0
Sorry where