14 / 9 / 2023
In this task we were asked to learn about the basics of JS and create a small webpage that takes the names and marks of the students and calculates the
Here, I learnt the basics of HTML, CSS and JS. Because without HTML we cant use JS in website. I learnt different tags, their functions and in JS, I learnt about different data types, loops, conditional statements, functions, objects and many more .
Here's the output of my website:
Here, I learnt the basics of Async JS and created a small webpage the prints the recipe of Biriyani using Callback and Async
In this task we were asked to implement the above completed task using Promises.
Easy debugging
Easy readability of the code
More organised program
Getting familiar with Ubuntu and completing the following subtasks This was a new experience because I have never used any OS apart from Windows on PCs. At first I found it very hard to understand the basics of Ubuntu commands. But later on following the resources and few Youtube videos I got some idea regarding ubuntu commands.
Command: mkdir testR
Command: cd test
Command: mkdir M{1..2600}
Command: cat raviteja.txt testR.txt>output.txt
In this task, I learnt about a powerful text editor used in Ubuntu and Linux system. VI is a terminal application.
Initially, when you open VI editor it will be in command mode. You cant just type any random things. It will result in unexpected behaviours.