@fengxh
front-end developer
Nothing here yet.
Nothing here yet.
I'm sorry, but there is an error in javascript code about ternary operator let age = 17 if(age >= 18){ console.log(" You are old enough to vote"); }else{ console.log("Come back when you are 18"); } // Ternary Operator if age >= 18 ? console.log(" You are old enough to vote") : console.log("Come back when you are 18"); // here we don't need if identifier, just remove it
Hi Tomasz: I'm a middle level front-end engineer, and my projects are mostly about websites and back-end management systems. I have worked for 5 years after graduated from high school, and now I get a little confused about how to reach a higher level, how to prep myself to build more featured works. And what's your path to senior engineer. Thanks a lot.