Demo Snippet
Demo Snippet (custom width)
Demo Snippet (using template)
Code View
function helloGrumpy(name) {
console.log(`Hi there ${name}.`);
}
helloGrumpy('Wizard');
.grumpy > img {
height: 100%;
width: 100%;
}
{
"jinxed": "gnomes",
"grumpy": [ "wizards" ]
}
#!/bin/bash
if [ -d $directory ]; then
echo "Directory exists"
else
echo "Directory does not exists"
fi