Objects: programming element that groups data with relevant operations/behaviors In real...
Conditional statements: JavaScript conditional statements allow you to execute specific...
welcome to my blog in javascript no++ means no+=1; no = 5; no = no * 5; (no*=5) Comparison...
After a long days leave I am restarting my blog. I suffered from fever and i can't do things...
Two days I am leave. With my acquired knowledge. I am managed to create html,css. But there a lot...
I am just writing the blog what i have learnt in that class. Note: Don't take this as a reference....
Of course, I joined in the middle of the class. Class started. I went to class by 12pm. It's late....
Ok Blog starts.... One of the friend from java class told me that it already starts at 11.00am. I...
What is git? Git is a distributed version control system, which means that a local clone...
For Statement: The for statement in Python differs a bit from what you may be used to in C or...
Father And Daughter Story : Small Girl Asking to her father 5rs daily. Instead, father saying he'll...
What is loop Loops or Iteration Statements in Programming are helpful when we need a specific task...
Mini calculator: print("Simple Calculator") a = float(input("Enter first number: ")) b =...
Default argument: def login (username, password = 'test@123') print(username,'logged in with...
some new git commands: git branch (branch_name) git checkout (Branch_name) git add git commit...
For commenting a line we should use # before the line the python intrepreter doesn't consider it as...
Python is a dynamically typed language. dynamically typed language means it doesn't follow any kind...
C programming invented in 1972 and it was created by dennis ritchie C++ - 1985 What is Python...
GIT: Git is a free and open-source distributed version control system that helps track changes in...