My main goal is to be a front-end developer. To achieve my goal, I constantly improve my knowledge in front-end development and study new technologies.
` const a = “Very simple code example”; const b = “, it couldn’t be simpler”; const c = a + b; console.log(c) `