Re: My coding journey

Hi mate,
Glad you're enjoying Python, and it actually came as quite a surprise that you found one of my posts helpful haha.

With the whole _javascript_ thing, it's actually not as bad as it might first appear. You can check if something's undefined with:

if (obj.name === undefined) {
  console.log('You can think of console.log like print() in Python.')
}

Also, you don't need to worry about semicolons in _javascript_, they're optional, and in fact ESLint bitches about them by default.

Finally, glad I'm not the only one who learnt HTML and _javascript_ with a BrailleNote haha. I'd love to say I have fond memories, but I don't... I remember crashes, and incompatability.



-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : devinprater via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : ogomez92 via Audiogames-reflector

Reply via email to