Fill in the array objects with 3 different objects 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 objects = [];

solution.js

/**
 * Fill in the array **objects** with 3 different objects and export it from the file *helper.js*
 * */

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

console.log(objects);
console.log(objects.length); // 3