I am starting a new mini series on JavaScript. I’m starting it from zero. Anyone can start learning from here. My goal is helping others while learning! I know about JavaScript and I’m working on a MERN tech stack. But I think it is not a bad idea to revise the JavaScript from scratch and helping others in this time. If you have any questions, shoot on the comment session or you can directly ask me in my social media. Social media links are in the last part of today’s lesson! Let’s learn JavaScript together.
Object — JavaScript Series — Part 22
A full series to learn the JavaScript from zero
2 min readFeb 16, 2020
Today we are going to learn about a new javascript type. This called Object
In object type we can store multiple types of data. Like — numbers, string, arrays etc.
See what we got in the characterDetails
We can easily change the values of the object
Do you know we can write function inside of object ?
like –
see the result
Can you initial a object now ?
Are you enjoying this tutorial ?
Originally it published on nerdjfpb blog. Check the git for codes.