The problem with the following code is that it does not use two strings. One of the variables is of the wrong type.
let liar = 13; let billiards = 'billiards'; let whatever = billiards.replace('liar', liar);
No comments:
Post a Comment