After experimenting with THREE.js for a while, I came across something peculiar:
When using Firefox and opening the developer console to type camera.lookAt
(assuming your camera is named camera
), it displays
function THREE.Camera.prototype.lookAt</<()
.
I'm intrigued by the presence of </<
and its origins, as it seems to be invalid in JavaScript function names. This is the first time I've encountered this and I've attempted to replicate it without success so far.