BLOG

Latest Articles

Create array of numbers in range JavaScript [SOLVED]

Unlike other programming languages like Python, JavaScript doesn’t have a built- in function that can create array of numbers within a range. Say, we want to

By olorunfemiakinlua · 3 min read · JavaScript

How to take screenshot in Ubuntu? [SOLVED]

Taking screenshots is a feature that the end user needs in every operating system. They probably started offering the take a screenshot feature after the OS

By omercakmak · 3 min read · Ubuntu

How to install Google Drive Ubuntu? [SOLVED]

Google Drive is a file storage and synchronization service created and managed by Google. Users who log in with their Google account benefit from these

By omercakmak · 3 min read · Ubuntu

Convert srt to text with regex JavaScript [SOLVED]

The srt format, which stands for SubRip Subtitle, is a common format for storing subtitles in a text file. In this article, we will show you how to convert

By olorunfemiakinlua · 4 min read · JavaScript