suvrat23
Results
2
comments of
suvrat23
Hello dev, If you want to access other js files in the main.js. You can try something like this: ` console.log(countries) ` This way you can access any files in...
Hello Chin, You can try something like: `let addSkill = student.skills.frontEnd.push({skill: 'BootStrap', level: 8})` This way you can push any objects into an array. Hope it helps!