Software Developer | Freelancer
Nothing here yet.
☕ Exploring a new AI jargon With Indian Mom Dialogue — 🤖 we’ll see how to give input to an AI model and how it can give us the best possible output. Prompt Prompt — when given to an AI model, is first tokenized — and its tokens are used by the mode...

Objects Objects is a data structure It is a way to store data in memory in Key Value Pair form Objects → Properties, Methods[Functionalities] Properties → Attribute: Color, weight etc. - Method → Actions, functions Creation Using Object Literals ...

Serialization and Deserialization In JavaScript The concept of serialization and deserialization is mainly used to efficiently store and transmit data. In JavaScript, it is used to convert data into JSON format and bring it back to its original struc...
