Its Okay to Say "Sorry / Thank You / Please / No " and Learn how and when to 馃ぉ馃槉馃憞.Jul 26, 2022路3 min read路49
10 Common Interview question with answers for a fresher in Tech FieldHello everyone hope you are all doing well, My name is Surya L. In this blog, you will learn the 10 common Interview questions with answers for a fresher in Tech Field What is your experience with programming languages? Answer: As a fresher, I am fa...Jan 12, 2023路3 min read路52
JavaScript OOP's Part 2 : Create a Method on Object and Make Code Reusable using this keywordJul 22, 2022路3 min read路15
JavaScript OOP's part 1: Create an Object and Access it.Hello everyone hope you are all doing well, My name is Surya L. In this blog we will Learn How to create an Object and Access Object using Dot Notation or Bracket Notation In JavaScript. What is JavaScript Objects ? Objects are similar to arrays, exc...Jul 21, 2022路2 min read路126
Learn JavaScript Basic Data Structure explained in this blog.Hello everyone hope you are all doing well, My name is Surya L. In this blog we will Learn JavaScript Basic Data Structure explained in this blog. What is an Array? In computing, the term array refers to a collection of items stored on contiguous mem...Jul 12, 2022路11 min read路27
Learn How to Modify Object Nested Within an Object and Delete Object Properties in JavaScript.Hello everyone hope you are all doing well, My name is Surya L. In this blog we will Learn How to Modify Object Nested Within an Object and Delete Object Properties in JavaScript. What is an Object ? One of JavaScript's data types is the Object clas...Jul 12, 2022路3 min read路26
Learn indexof( ) and hasOwnProperty( ) Operations in JavaScriptHello everyone hope you are all doing well, My name is Surya L. In this blog we will Learn indexof and hasOwnProperty Operations in JavaScript. What is indexOf( )? indexOf is an JavaScript Operation which is used to returns the first index at which a...Jul 11, 2022路2 min read路16
Data Structure part 4 :Learn Spread Operator in JavaScriptHello everyone hope you are all doing well, My name is Surya L. I have divided the Basic Data Structure topics in many parts to teach you Data Structure in detail. In this blog we will Learn Spread Operator. Spread Operator ES6 introduces the spread...Jul 10, 2022路2 min read路20
Basic Data Structure Part 3: Learn to add and Remove elements using Splice and copy using slice in JavaScript.Hello everyone hope you are all doing well, My name is Surya L. I have divided the Basic Data Structure topics in many parts to teach you Data Structure in detail. In this blog we will Learn to add and Remove elements using Splice and copy using slic...Jul 9, 2022路4 min read路11