8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a5246 commit 08fde7dCopy full SHA for 08fde7d
src/exercise/03-PowerOfJSX.js
@@ -11,7 +11,7 @@ function CompanyProfile(props) {
11
* 💡 some variables to store mock data
12
* We will use these data to display the company profile information
13
*/
14
- const stockTicker = 'APPL';
+ const stockTicker = 'AAPL';
15
const companyProfileInfo = {
16
'Company Name': 'Apple Inc.',
17
'Price': 150,
0 commit comments