We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a7584 commit 47a1415Copy full SHA for 47a1415
README.md
@@ -10,14 +10,14 @@ This repository contains JavaScript based examples that will teach you the funda
10
11
All of these examples are from FreeCodeCamp's [course](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures).
12
13
-## Table of contents
+## Table of Contents
14
15
-- [Basic Algorithm Scripting](#basic-algorithm-scriptting)
16
- - [Convert Celsius to FahrenheitPassed](#convert-celsius-to-fahrenheitPassed)
+- [Basic Algorithm Scripting](#basic-algorithm-scripting)
+ - [1. Convert Celsius to Fahrenheit](#1-convert-celsius-to-fahrenheit)
17
18
## Basic Algorithm Scripting
19
20
-### 1. Convert Celsius to FahrenheitPassed
+### 1. Convert Celsius to Fahrenheit
21
22
### Difficulty: Beginner
23
0 commit comments