function sayHi() { console.log(name); console.log(age);...
const bird = { size: "small"};...
function sum(a, b) { return a + b;}...