Hi, can I suggest that you put your code into a code block rather than using a screenshot? If you paste it in between three-backticks you get something like this:
console.log("Why hello there");
and that's something that'll help you with:
searchability on the page with ctrl/cmd+F
searchability through something like Google
accessibility (screen-reader users currently see your code as "image description" which is the placeholder Markdown uses here)
people wanting to copy/paste your code to try it out for themselves
Hi, can I suggest that you put your code into a code block rather than using a screenshot? If you paste it in between three-backticks you get something like this:
and that's something that'll help you with:
Thanks Ben for the heads up,much appreciated!!