Сделал 2 таск

parent 2bbfed7c
......@@ -10,11 +10,17 @@
const duck = {
age: 1,
name: 'donald',
name: 'Donald',
color: 'black'
}
const message = `
My name is ${duck.name}
I am ${duck.age} years old
`
console.log(message)
</script>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment