Basic Terms Before Starting Programming
Let's walk through some of the terms used widely in a programming language :
Object - It's used to store different values in the form of key and value pairs.
// Syntax
var obj ={
key : value
}
// If a box has different colors of balls, their nu...
blogs.parullkohhli.com3 min read