hello, i am learning javascript on a website, but it asking me to type in the following:
const endpoint = `${url}${queryParams}${wordQuery}`;
the problem is i can't find the: ` ` character(s) on my keyboard,
where exactly is it?
hello, i am learning javascript on a website, but it asking me to type in the following:
const endpoint = `${url}${queryParams}${wordQuery}`;
the problem is i can't find the: ` ` character(s) on my keyboard,
where exactly is it?
The ` character is to the left of the number 1 and just above the tab key on an american keyboard.
Shouldn't that be const endpoint = '${url}${queryParams}${wordQuery}';?
Hi there Arie,
coothead
~ the original bald headed old fart ~
molendijk (10-27-2018)
Bookmarks