Just the Code!

RMAG news

I have written two GPTs to help me write code. They are both called “Just the Code”. They are instructed to just answer with the code, and keep the explanations to the minimum, when helping you code an application.

Both are geared towards browser applications, one for vanilla Javascript and one for React + TypeScript. Give them both a go!

Since free users of ChatGPT now also are able to use GPTs, everyone are now able to test out these code helpers. So be sure to check it out!

As an example, here is an implementation of snake Just the Code wrote in vanilla Javascript.