Fill the array strings with 5 different strings and export it from the file helper.js

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

helper.js

const strings = [];

solution.js

/**
 * Fill in the array **strings** with 5 strings export it from the file *helper.js*
 * */

import { strings } from './helper.js';

console.log(strings);
console.log(strings.length); // 5