Learn and Practice Javascript
DAY 1: 25 OCT 2022 <HTML><Head> <Title> Learning HTML AND JAVASCRIPT</Title> <Script> //displaying a welcome message /* 3 ways […]
DAY 1: 25 OCT 2022 <HTML><Head> <Title> Learning HTML AND JAVASCRIPT</Title> <Script> //displaying a welcome message /* 3 ways […]
https://youtu.be/mr15WQQoTvI 19 OCTOBER 2022 Day 1 Video Session print(“hello”)print(5+4)print(‘5+5’)print(“10+frgjdsijgdskmdklfmdfmv4″,5+6,” = “,11) # 4 parameters/arguments#Commentprice = 50 #variable called price is assgined a value 50quantity = 23TotalCost = price * […]