I've been a professional C, Perl, PHP and Python developer.
I'm an ex-sysadmin.
Back in the day, I had a geekcode which I'm not going to share with you.
418 I'm a teapot.
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!!