Lakshya Tyagi

Lakshya Tyagi @lakshyatyagi24

Location:
Greater noida, India
Joined:
Sep 1, 2020

Lakshya Tyagi
articles - 42 total

Resolve Routing issue on Server

So i was facing Routing issue after deploying my React JS build on server. On local system my routing...

Learn More 1 0Nov 10 '23

Stuck in SQL query

Hello Everyone, Let's start this series with a SQL Makeshifter (Jugaad). So, today I got stuck in a...

Learn More 6 4Sep 8 '22

Decision of New Series

Hello Everyone, After a long time I am back on this platform again and this time I have decided to...

Learn More 6 0Sep 7 '22

Only Numbers validation in JS

public numberOnlyValidation(event: any) { const pattern = /[0-9]/; let inputChar =...

Learn More 7 1Feb 27 '22

Validate Phone Number

validatePhoneNo(num) { var phonenum = /^\d{10}$/; var str = num; ...

Learn More 6 0Feb 14 '22

Javascript function to check is object empty or not

function isObjectEmpty(obj) { for (var key in obj) { if (obj.hasOwnProperty(key)) ...

Learn More 5 0Jan 31 '22

C++ Projects you should try

Beginners: Calculator Currency Convertor Tic Tac Toe Intermediate: Manage...

Learn More 7 1Feb 8 '21

JavaScript Code Daily Challenge #14

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 6 0Dec 14 '20

Which among them is used to create an object?

Write your answer in comment 1. A class 2. A function 3. A method 4. A constructor Enter...

Learn More 6 2Dec 13 '20

JavaScript Code Daily Challenge #13

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 7 2Dec 12 '20

What will be the Output of given python code?

y = 8 z = lambda x:x*y print z(6) Enter fullscreen mode Exit fullscreen mode...

Learn More 5 1Dec 12 '20

What will be the output of given python code?

a, b = 12, 5 if a+b: print('True') else: print('False') Enter fullscreen mode...

Learn More 4 7Dec 8 '20

Thread of React Native projects

Let's create a thread of React Native Projects with their level (beginner, intermediate or advance)...

Learn More 5 1Dec 4 '20

Write the output of given python code.

a=1+2**3*4 print(a) Enter fullscreen mode Exit fullscreen mode write...

Learn More 7 5Dec 4 '20

JavaScript Code Daily Challenge #12

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 6 1Dec 4 '20

Correct syntax to output the type of variable or object?

print(type(x)) print(typeof(x)) print(typeof x) print(typeOf(x)) Write your answer in comment

Learn More 6 9Dec 3 '20

JavaScript Code Daily Challenge #11

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 5 0Dec 2 '20

What will be the result of following code?

>>> a = {1, 2, {3, 4}} >>> len(a) Enter fullscreen mode Exit ful...

Learn More 6 5Dec 2 '20

JavaScript Code Daily Challenge #10

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 7 1Dec 1 '20

What will the code below output to the console and why?

Write your answer in comment console.log(1 + +"3" + "3"); console.log(1 +"3" + "3"); console.log(...

Learn More 8 7Dec 1 '20

What will be the output of given code?

Write output of code in comment i=0 while i<3: print(i) i++ print(i+1) Ent...

Learn More 6 8Nov 30 '20

JavaScript Code Daily Challenge #9

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 6 1Nov 30 '20

Which method is used to return string in upper case?

Comment your answer in comment 1. upper() Enter fullscreen mode Exit fullscree...

Learn More 6 5Nov 29 '20

JavaScript Code Daily Challenge #8

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 6 1Nov 28 '20

Which type of these is not a Core Data Type in Python?

Comment your answer in comment Dictionary Tuples Class Lists

Learn More 4 11Nov 28 '20

JavaScript Code Daily Challenge #7

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 6 1Nov 27 '20

Quick Poll

I am thinking to start a new series for daily quiz question on any of the one programming language pl...

Learn More 8 21Nov 26 '20

JavaScript Code Daily Challenge #6

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 12 5Nov 26 '20

My experience as a Placement Coordinator for Wipro

First time I am sharing my experience on any platform. So please let me know in a comment on how I c...

Learn More 3 0Nov 25 '20

JavaScript Code Daily Challenge #5

About This is a series of JavaScript Code Daily Challenge. Each day I show a few solutions...

Learn More 6 2Nov 25 '20