Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit fde53bd

Browse files
authored
Update WebDevelopment.js
1 parent bc7a0af commit fde53bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/courses/training/WebDevelopment.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const webDevelopment = {
5757
'Fundamental data-types',
5858
'Input-Output on online judge',
5959
'File Handling',
60-
'Coding standards in Python',
60+
'Coding standards in JavaScript',
6161
'functions along with problems',
6262
'Setting up debugger'
6363
]
@@ -106,7 +106,7 @@ export const webDevelopment = {
106106
'Sandwich theorem, recurrence relation',
107107
'Solving Complex Linear Recurrences',
108108
'Solving Divide & Conquer Recurrences',
109-
'Theta, Big-oh, Omega notations',
109+
'Theta, Big-O, Omega notations',
110110
'Understanding complexity of loops',
111111
'Auxiliary vs Total Space',
112112
'Static & Dynamic Memory Allocation'
@@ -225,7 +225,7 @@ export const webDevelopment = {
225225
classes: 'Classes 41-60',
226226
topics: [
227227
{
228-
title: 'Introduction to JavaSript',
228+
title: 'Introduction to JavaScript',
229229
classes: 'Classes 1-5',
230230
subtopics: [
231231
'Variables, Data Types and Statements',

0 commit comments

Comments
 (0)