JVJanardhan Vermainarray-javascript.hashnode.dev00JavaScript Arrays 10116h ago · 6 min read · Problem A classroom has many student, agree for example say 20 ? Now we have to store their marks in an order will you be happy in doing // Storing marks of students without using arrays let student1Join discussion
JMJanardan Mondalinjanardanm.hashnode.dev00JavaScript Arrays 101Mar 4 · 3 min read · When we start programming usually we store value in a variable, like bellow let fruit1="Apple"; let fruit2="Banana"; let fruit3="Orange" that's fine with few value but just imagine if we have 50 or 1Join discussion
DCDipesh Chaudharyinblogs.dipeshchaudhary.name.np00Mastering Arrays: Everything You Need to Know to Get StartedMar 2 · 4 min read · In programming we need variable to store data . so we can access easily in another place just by variable name. suppose when you need to store five friend name then you have to create five separate vaJoin discussion