Prize place

Report a typo

Using template literals, write the code so that the result of its execution is the output of the following string to the console:

Brad took first place in the game.
Write a program in JavaScript
let userName = "Brad";
let place = "first";
// write your code below
___

Create a free account to access the full topic