Welcome to the coding channel! Post your general programming questions here and help will be on it's way!
It's pretty helpful if you put the language/engine you are using in the topic title, so answerers can find your question quicker.
You can also format your code to make it more readable. You can read up on how to format on our help docs here.
function result()
{
return "It'll look like this!";
}
Happy coding!