Arrays, a well-known data structure (special love from DSA folks ๐). Okay okay, not triggering your trauma. // Example of an array const marks = [45, 67, 89, 76, 92]; Familiar with arrays, right? If
array-javascript.hashnode.dev6 min read
No responses yet.