Salesforce JavaScript-Developer-I Question Answer
A developer wants to leverage a module to print a price in pretty format, and has imported a method as shown below:
Import printPrice from ‘/path/PricePrettyPrint.js’;
Based on the code, what mustbe true about the printPrice function of the PricePrettyPrint module for this import to work ?