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 Odpowiedź
+ 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