You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eventTracker.on('newListener', function(name, listener) //{
console.log('Event name added:', name);
});
'{' should be before '//'
The text was updated successfully, but these errors were encountered:
xiaoguangspeed
changed the title
chapter4 : reflection-1.js missing '{' at the end of the line
chapter4 : reflection-1.js '{' should be before '// <...'
Aug 20, 2019
eventTracker.on('newListener', function(name, listener) //{
console.log('Event name added:', name);
});
'{' should be before '//'
The text was updated successfully, but these errors were encountered: