From ad3d7920c6e9a4c191d3874ad1021ab0dd44714d Mon Sep 17 00:00:00 2001 From: David Sangojinmi Date: Mon, 10 May 2021 15:03:45 +0100 Subject: [PATCH] Changed the 'pre' and 'nex' variables to correct file names. --- cs139/CSS.md | 4 ++-- cs139/HTML.md | 2 +- cs139/JavaScript.md | 4 ++-- cs139/PHP.md | 9 +++++---- cs139/SQL.md | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/cs139/CSS.md b/cs139/CSS.md index fd1858f2..a5641e12 100644 --- a/cs139/CSS.md +++ b/cs139/CSS.md @@ -3,8 +3,8 @@ layout: CS139 title: CSS math: true part: true -pre: Lang1 -nex: Lang3 +pre: HTML +nex: PHP --- diff --git a/cs139/HTML.md b/cs139/HTML.md index e7e011dc..48cc5cdb 100644 --- a/cs139/HTML.md +++ b/cs139/HTML.md @@ -3,7 +3,7 @@ layout: CS139 title: HTML math: true part: true -nex: Lang2 +nex: CSS --- # Introduction diff --git a/cs139/JavaScript.md b/cs139/JavaScript.md index c90873a8..00b3718c 100644 --- a/cs139/JavaScript.md +++ b/cs139/JavaScript.md @@ -3,6 +3,6 @@ layout: CS139 title: JavaScript math: true part: true -pre: Lang3 -nex: Lang5 +pre: PHP +nex: SQL --- \ No newline at end of file diff --git a/cs139/PHP.md b/cs139/PHP.md index e6a808b4..074af7fb 100644 --- a/cs139/PHP.md +++ b/cs139/PHP.md @@ -2,8 +2,8 @@ layout: CS139 title: PHP part: true -pre: Lang3 -nex: Lang4 +pre: CSS +nex: JavaScript --- # Introductions @@ -130,13 +130,14 @@ $courses[0]="CS139"; $courses[1]="CS132"; $courses[2]="CS133"; ``` + ### Associative array Creation: `$courses=("CS139"=>"Web Dev","CS132"=>"Not A Cult","CS133"=>"Professional Skills");` -alternatively -ata Representation +You can also do Representation: + # Operators ## Arithmetic Operators diff --git a/cs139/SQL.md b/cs139/SQL.md index 052288fc..dd529ac9 100644 --- a/cs139/SQL.md +++ b/cs139/SQL.md @@ -3,6 +3,6 @@ layout: CS139 title: SQL math: true part: true -pre: Lang4 +pre: JavaScript nex: Theory1 --- \ No newline at end of file