[Javascript2] forgot name, date, and attribution in JS + CSS

This commit is contained in:
Nicola Clark 2025-04-06 22:35:43 -05:00
parent 601020f5f5
commit 6cdcae6916
Signed by: nicola
GPG Key ID: BEF8036296D094BF
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/*
Nicola Clark
06APR25
Adapted from https://javascript30.com - Sorting band names without articles
*/
body { body {
margin: 0; margin: 0;
font-family: sans-serif; font-family: sans-serif;

View File

@ -1,3 +1,10 @@
/*
Nicola Clark
06APR25
Adapted from https://javascript30.com - Sorting band names without articles
*/
const bands = [ const bands = [
'The Plot in You', 'The Plot in You',
'The Devil Wears Prada', 'The Devil Wears Prada',