RE: Decentraland Tutorial: Creating a Music Jukebox

You are viewing a single comment's thread from:

Decentraland Tutorial: Creating a Music Jukebox

in tutorial •  7 years ago 

this.eventSubscriber.on('song${i}_click', () => ....

didn't work for me, i had to change it to:

this.eventSubscriber.on('song' + i + '_click', () => ....

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

It's hard to see, but it's using a different kind of quote. For the former, you must use the 'grave key' (it's a single quote with an angle) ` vs '

hth