MCQs > IT & Programming > JavaScript > Which statement correctly imports this code from some-file.js? //some-file.js Export const printMe = (str) => console.log(str);

JavaScript MCQs

Which statement correctly imports this code from some-file.js? //some-file.js Export const printMe = (str) => console.log(str);

Answer

Correct Answer: Import { printMe } from './some-file';

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it