Excers interview question

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

Interview Answer

Anonymous

26 Apr 2021

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