Excers interview question

how to reverse a string in javascript,how to load an external css file

Interview Answer

Anonymous

Apr 26, 2021

str.split("").reverse("").join("")