Replies to message #4,265

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Creative Username

Programming thread

Once I ran into a really weird problem with an arrow function where I had to use a regular function. I don't remember much specifics. Just be...
macrodegenerate

Programming thread

If you use var instead of let or const yes. You should be using let or const though along with exporting functions.
S

Programming thread

No, there are a few difference that you have to deal with occasionally. Arrow functions cannot be accessed before declaration. Arrow functions do...
Back
Top Bottom