# JavaScript, HTML, BF
<!--
// > to fix previous comment delim
/*
++++++++++[>+++++++>++++++++++++
>++++++++++>+++++++++++>+++>+<<<<<<-]>++++
.>---.--.+.>>>++.<<---.>.+.<<.>+++++++.---
.>+++.>.<<<<<++++[>--<-]>.++++.>>>>.<<+++.
-------.++.>-------.<++.>+++++++.>>.
*/
alert('Just another JavaScript hacker')
// --> Just another HTML hacker
Relies on the fact that most JS implementations ignore `<!--`.
BF code shamelessly stolen [from @Tyzoid](https://codegolf.stackexchange.com/a/16863/3808), all credit to him :-)
Make sure your BF interpreter supports pointer wrapping.