Skip to content

Commit

Permalink
Changed the 'pre' and 'nex' variables to correct file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Sangojinmi committed May 10, 2021
1 parent edd6da8 commit ad3d792
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cs139/CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: CS139
title: CSS
math: true
part: true
pre: Lang1
nex: Lang3
pre: HTML
nex: PHP
---


Expand Down
2 changes: 1 addition & 1 deletion cs139/HTML.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: CS139
title: HTML
math: true
part: true
nex: Lang2
nex: CSS
---

# Introduction
Expand Down
4 changes: 2 additions & 2 deletions cs139/JavaScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ layout: CS139
title: JavaScript
math: true
part: true
pre: Lang3
nex: Lang5
pre: PHP
nex: SQL
---
9 changes: 5 additions & 4 deletions cs139/PHP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: CS139
title: PHP
part: true
pre: Lang3
nex: Lang4
pre: CSS
nex: JavaScript
---

# Introductions
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cs139/SQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ layout: CS139
title: SQL
math: true
part: true
pre: Lang4
pre: JavaScript
nex: Theory1
---

0 comments on commit ad3d792

Please sign in to comment.