Open in app

Sign In

Write

Sign In

Sameera Abeysekara
Sameera Abeysekara

1 Follower

Home

About

Jan 9, 2021

Merging Arrays on JavaScript

In this article we’ll explore types of JavaScript array merging. Array Concat The concat method allows you to take an array, combine it with another array, and return a new array. const arrayOne = [‘a’, ‘b’, ‘c’]; const arrayTwo = [‘d’, ‘e’, ‘f’]; const arrayJoin = arrayOne.concat(arrayTwo); console.log(arrayJoin); //[“a”, “b”, “c”, “d”…

JavaScript

1 min read

JavaScript

1 min read


Jan 2, 2021

Python YouTube Downloader

Downloading Videos from YouTube is a bit of a hectic task because of some application/website popup Ads or ask for registration or even we need to pay some amount to download. So for that using python, I have build a small application where users can download any public YouTube…

Python

1 min read

Python

1 min read


Oct 23, 2020

Object coping issue in angular

when we want to get a copy of an exciting object and make some changes and send it through API but the changes have applied to the exciting object it because passing by reference is used to copy the object,so what is Passing by reference and Passing by value means …

Passed By Value

1 min read

Passed By Value

1 min read


Oct 23, 2020

IT DAILY

PHP Cookies A cookie is a small text file that lets you store a small amount of data (nearly 4KB) on the user’s computer. They are typically used to keeping track of information such as username that the site can retrieve to personalize the page when user visit the website next time. Setting a Cookie in PHP …

2 min read

IT DAILY
IT DAILY

2 min read

Sameera Abeysekara

Sameera Abeysekara

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams