Issue with getting deploy button on solidity

hi, im starting out learning how to program, hi to all!

My solidity is missing the orange deploy button

can someone help with this?

2 Likes

Hi @shaqSara, hope you are great.

You have an error in your code, thats why the remix interface is marking a codeline in red, if you place the mouse over the red box it will show what the console suggest about the error.

I could suggest you to watch very closely the videos and what Filip does if you are new into programming.

Carlos Z

thank you, i figured it out, but dont know how i did

1 Like

It appears that you have a space between ‘_’ and ‘message’ on line 9 causing the error. Closing that space should indicate to Solidity that ‘message’ will be tied to your ‘_message’ (new message). Hope that helped!