Сделал 2 таск

parent 2bbfed7c
...@@ -10,10 +10,16 @@ ...@@ -10,10 +10,16 @@
const duck = { const duck = {
age: 1, age: 1,
name: 'donald', name: 'Donald',
color: 'black' color: 'black'
} }
const message = `
My name is ${duck.name}
I am ${duck.age} years old
`
console.log(message)
</script> </script>
</body> </body>
......
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