I am currently working as a freelance front-end developer. I do the layout of small modules, which I then insert on the site. I completed two commercial projects and several educational ones. I want to become an experienced front-end developer and work in a team of professionals. Therefore, I constantly try to develop and educate myself. #
function bark (name, weight){
if(weight > 20){
console.log (name + " say WOOF");
} else {
console.log (name + " say woof");
}
}
#