Validation Failure in Chrome

Mission: MAKE IT LIVE!
Task: Add Print to the On Scroll Event and Run the Page

I see Hello World in Console but Validation fails.

(3)(+0000000): No suitable translators found
debug.js:92 (5)(+0000001): Translate: Running handler 0 for translators
debug.js:89 (3)(+0024304): Connector_Browser: onActivated for Google Search
debug.js:89 (3)(+0001991): Connector_Browser: onActivated for Missions - Backendless Support
debug.js:89 (3)(+0001405): Connector_Browser: onActivated for Backendless
debug.js:89 (3)(+0002293): Connector_Browser: onActivated for https://lustystew-us.backendless.app/api/files/ui-builder/containers/default/index.html?page=2-1
debug.js:89 (3)(+0025660): Connector_Browser: onActivated for Backendless
debug.js:89 (3)(+0002370): Connector_Browser: onActivated for https://lustystew-us.backendless.app/api/files/ui-builder/containers/default/index.html?page=2-1
9bundle.js:11 Hello World

What logic did you put into the On Page Enter event?

The logic was already there. I Added the 21 just to see how it works.

(function (componentUid, listItems) { ___arguments.context.getComponentByUid(componentUid).dynamicListItems = listItems })(‘130ccc2f6f6e8f6c99ce10caf1ef2a55’, (‘1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21’.split(‘,’)));

For any task to validate, it must be done exactly as shown in the instructions. If there are any deviations, the validation will, unfortunately, fail.

I tried without modification and it failed. I just tested again with the original code and it still fails to validate:

OnPageEnter

(function (componentUid, listItems) { ___arguments.context.getComponentByUid(componentUid).dynamicListItems = listItems })(‘130ccc2f6f6e8f6c99ce10caf1ef2a55’, (‘1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20’.split(‘,’)));

OnPageScroll
console.log(‘Hello World’);

Here is the console notation. The “Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.” comes up when the Validate button is clicked.

(3)(+0000000): No suitable translators found
debug.js:92 (5)(+0000001): Translate: Running handler 0 for translators
11bundle.js:11 Hello World
8bundle.js:11 Hello World
2validate-task:1

   Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.

Are you modifying the page you created for the 2-1 task?

I see there is a page called “2-1” that has all the UI and logic for the 2-2 task.