how to design a single program that have three array within a single function and a form | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

how to design a single program that have three array within a single function and a form

11th Jun 2017, 7:13 PM
shubham mahor
shubham mahor - avatar
1 Antwort
+ 5
var function single(){ var a = [], b = [], c = []; var form = "Hi, I am a form"; } Literally here you can see a single function and three arrays and a form inside of it :)
12th Jun 2017, 3:34 PM
SANYABEAST
SANYABEAST - avatar