Quiz on Event Recommendations

Test yourself on the concepts of event recommendations.

Quiz time!

1

Which of the following contains the correct way to add the recommendation-result.json file to the test suite?

A)
Import {recommendationsResult} from '../../testing/recommendations-result.json';
B)
Import '../../testing/recommendations-result.json' As {recommendationsResult};
C)
const recommendationsResult = require('../../testing/recommendations-result.json');
D)
require('../../testing/recommendations-result.json') As const recommendationsResult; 
Question 1 of 40 attempted

Get hands-on with 1200+ tech skills courses.