SyntaxFix
Write A Post
Hire A Developer
Questions
You can simple use a function:
function hello() { alert("RINSE"); alert("LATHER"); hello(); }