Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MR
Posts
15
Comments
116
Joined
4 yr. ago

  • Maaan, I wanna be developer soo bad but where I live they want full-stack developers, not frontend developers.

    I know why they want full-stack developers, but why hire a front end developer and back end developer when you can hire full stack developer.

    The closest thing to a back end development is a DevOps Engineer.

  • (For point 1) Got it, from now on variables will be declared with let. I don't understand what is "use strict"; maybe you can explain it.

    (For point 2) I was testing to see if reversedWord printed the desired output in the Console, forgot to remove it after finishing the program. I also don't understand what 'O(N^2)' and 'O(N)' is, but +=-ing an empty string is a great idea, why didn't i think of that.