Chithra Priya

Chithra Priya @chithra_priya

Joined:
Apr 29, 2025

Chithra Priya
articles - 40 total

Collections in Javascript

A post by Chithra Priya

Learn More 1 0Aug 27

Java OOPS Concept..

1.Class: What - Class is a blueprint or template for creating a objects. It defines...

Learn More 1 0Aug 5

Class in java

Class: A class is a group of objects which have common properties. It is a blueprint or...

Learn More 1 0Aug 5

Constructor, this keyword, Packages...

Difference between zero argument constructor and default constructor in Java? Default...

Learn More 1 0Jul 22

Constructor in Java:

Constructor: Constructor is method used to initialize object specific values to variables....

Learn More 2 0Jul 17

Method Overloading in Java...

Polymorphism is one of the oops pillars in java. It has two types. They are, 1.Compile time...

Learn More 1 0Jul 16

Keywords, Methods, Objects, Void, Return type & Variables...

=====>> [TBD] _Method have two types. They are, Method Overloading Method Overriding_ ...

Learn More 1 0Jul 15

Datatypes and Variables in JAVA...

Datatypes: Datatypes are used to store the date. Java has two types of datatypes. They...

Learn More 1 0Jul 14

I learned today in Java: Class, Object and Basics of OOP concept

What is Class? Class is a template or blue print.it's group of activity or container. What is an...

Learn More 1 0Jul 11

Introduction to JAVA:

What is Java? Java is a high-level, object oriented programming language. It was first...

Learn More 1 0Jul 10

JavaScript String Methods()..

Today, my mentor taught string methods in JavaScript, and then gave us some tasks to...

Learn More 2 0Jul 4

Create weather App using API..

Today, My mentor teach me how to create a weather-checking app using the OpenWeatherMap URL through...

Learn More 1 0Jul 2

Promise in JavaScript...

In JavaScript, a Promise is an object representing the eventual completion or failure of an...

Learn More 0 0Jun 30

React Router

React Router: React Router is a library for handling routing and navigation in React JS Applications....

Learn More 1 0Jun 27

Hooks: useEffect

useEffect: useEffect is one of the hooks concept in React. The useEffect Hook allows you...

Learn More 0 0Jun 26

I learned today: Props drilling, UseContext (in Hooks) & discuss about yesterday's interview questions...

Props Drilling: Props Drilling refers to the process of passing data from a parent...

Learn More 1 0Jun 24

My First Interview Experience

Today, I attended an interview for the Frontend Developer Role at Redisolve company. This was my...

Learn More 1 0Jun 23

"From Excitement to Disappointment – My Yesterday’s Story"<<<😃 😞

Yesterday, I was really excited since joining the course, wondering when we would attend a hackathon...

Learn More 2 4Jun 22

"From Excitement to Disappointment – My Yesterday’s Story"<<<😃 😞

Yesterday, I was really excited since joining the course, wondering when we would attend a...

Learn More 0 0Jun 22

JS >>> Objects, Hosting, this keyword

Objects: In JavaScript, an object is a collection of key-value pairs used to store...

Learn More 1 0Jun 19

I Learned today - Hooks concept Arrays, Spread Operator, map(), in React...

What is a Hook? Hooks allow function components to have access to state and other React features....

Learn More 1 1Jun 17

Today I Learn Difference btwn JS (vs) JSX & Library (vs) Framework...

&gt;&gt;&gt;&gt;&gt;&gt;&gt; Fragment[TBD] &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; Difference...

Learn More 1 1Jun 13

Today I learn Introduction of React...

What is React? React is a front-end JavaScript library. React was developed by the...

Learn More 0 0Jun 11

Day-8 in JS: Looping(while), Arrow function, Map method..

While Loop: A while loop in JavaScript is a control structure that repeats a block of code...

Learn More 0 0Jun 9

Day-7: Logical operators, parseInt method, & I learned one of the looping method(while):

1. Logical AND (&amp;&amp;) Operator: The logical AND (&amp;&amp;) operator checks whether...

Learn More 0 2Jun 4

Day-6: Today topic Conditional Statement in JavaScript:

What is conditional statement? Conditional statements in JavaScript allow you to execute...

Learn More 0 0Jun 2

Day-5 in JS: Understanding Math.random & Math.floor, Array, Length property..

Math.random(): Math.random() is a built-in function that returns a floating-point number...

Learn More 0 0Jun 1

Day-4 in JS: To create a Counter Application project in JS...

Create a simple counter application project in javascript with using HTML &amp; CSS.. HTML...

Learn More 0 0May 30

Day-4 in JS: Create a Counter Application project in JS...

Create a simple counter application project in javascript with using HTML &amp; CSS.. HTML...

Learn More 0 0May 30

Day-3 in JavaScript: Learning some JS datatypes and Creating & Removing a element in JS:

1. null: A variable explicitly assigned with no value. It represents "nothing" or "no...

Learn More 0 0May 29