Javascript

Javascript is a very creative languange. Its great for interacting with the DOM and that lets me put together visual and interactive features. The fact that it is loosely typed is a blessing and a curse. It allows for getting things done very quickly, but we can run into strange type errors. Javascript is better for smaller tasks, but for anything larger I would use Typescript.