Сделал 1 таск

parents
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Task 1</title>
</head>
<body>
<script>
const yodaSays = ["on JavaScript", "programming", "I like"];
const correctWords = `${yodaSays[2]} ${yodaSays[1]} ${yodaSays[0]}`
console.log(correctWords)
</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