This document discusses using Pharo Smalltalk to develop applications that run using JavaScript. It describes PharoJS, a transpiler that converts Pharo code to JavaScript, allowing developers to write their code entirely in Pharo while reusing existing JavaScript libraries and having their applications run in web browsers. Examples are provided of small and larger applications developed this way, including metrics on testing. Benefits discussed include developing with Pharo tools and debugging in Pharo while targeting JavaScript runtimes. Future work areas are also outlined.