1console.log("Your line would be here")//Prints a line on the console
2alert("Your message here")//Raises an alert
1function printImages() {
2 printJS({
3 printable: ['https://cdn.shopify.com/s/files/1/0284/4946/products/IMG_8999_720x.jpg?v=1580507812', 'https://bloomex.ca/components/com_virtuemart/shop_image/produc t/Make-a-Wish-LF102-53.png', 'https://s3.amazonaws.com/cdn.brecksbulbs.ca/images/500/60053.jpg'],
4 type: 'image',
5 header: 'Multiple Images',
6 imageStyle: 'width:50%;margin-bottom:20px;'
7 })
8}