Question 5
You are building a cricket analytics app. The file battingStats.js contains the following exports:
In another file app.js, which of the following import statements will correctly import both strikeRate and playerName ? ( Assume both files are in the same directory )