Complete the given function skeleton in order to make it print the ascii cat contained inside.
Once executed in node of in a browser, the code must print the exactly what is given below. You cannot use node to read the file itself, or print a string.
Execute your js file in node or in you browser, it must print this:
Start with this code snippet and add stuff to acheive your goal:
function cat() {
|\___/|
=) ^Y^ (=
\ ^ /
)=*=(
/ \
| | _
| | | | / )
| | |_|/ /
/_/_/____/
}
10 minutes
You should need to add only one line.