Please help me solve the exercise

Hello guys,sorry for my bad english,i cant solve t,please help me
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escape-sequences-in-strings/
I can’t finis it
var myStr; // Change this line

myStr = ‘FirstLine\n\b\n\tSecondLine\b\nThirdLine’

Read the instructions carefully:
This is what the challenge wants:

FirstLinenewline``tab``backslashSecondLinenewlineThirdLine

This is what you have.
See, the differences between two and try solving.
Hope that helps.