[Javascript2] forgot name, date, and attribution in JS + CSS
This commit is contained in:
parent
601020f5f5
commit
6cdcae6916
@ -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;
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user