We're a place where coders share, stay up-to-date and grow their careers.
Hi! I've recently had an interview and can confirm all you've written. I had this one (in php): $a = 5; $b= $a; $a++; is $a === $b? :)
$= a? No syntax error? :)
Anyway, I won't work in a company which writes such code 😡
Sorry, my bad :) $b = $a
Hi!
I've recently had an interview and can confirm all you've written.
I had this one (in php): $a = 5; $b= $a; $a++; is $a === $b? :)
$= a?
No syntax error? :)
Anyway, I won't work in a company which writes such code 😡
Sorry, my bad :) $b = $a