JavaScript arrays
Just read What you should know about JavaScript arrays.
for loops are often useless and make the code hard to read
A very nice read; recommended.
Just read What you should know about JavaScript arrays.
for loops are often useless and make the code hard to read
A very nice read; recommended.
After reading Nick
Galbreath's
CSS System Font Stack Monospace v2 I
changed the code
element font stack for both this blog and
my main blog to:
$code-font-stack:
SFMono-Regular,
Menlo,
Monaco,
Consolas,
"Liberation Mono",
"Courier New",
monospace;
Which according to the article is what Bootstrap v4 uses, and Nick as well.
Change to the directory you want to serve your HTML pages from and type:
python3 -m http.server
This starts a webserver on port 8000 and outputs the log on the command line.