merjashourov.hashnode.devComputer Science roadmapFirst Year ( 1st Semester ) Learn a programming language ( c/c++ ) and solve as many problems (basic) as you can First Year ( Second Semester ) Learn Object Oriented Programming 2nd Year ( 3rd Semester ) Learn Data Structure & Algorithm ( Basic ) 2nd...Apr 3, 2024·1 min read
lulu.hashnode.devWorst Exam EverToday at 11.00 am was my English Language I Exam. But I have no preparation for this exam because I have zero interest in this subject. So, last night I called my friend Bizid and requested him to sit beside me in the exam hall. So, when he comes to ...May 24, 2023·1 min read
merjashourov.hashnode.devI can't solve it! Please help me to solve the program :)Write a recursive function that returns the nth Fibonacci number from the Fibonacci series. Write a program in c to find the first digit of a number. example: 5326 - here the first digit is 5 arr[5] = { 1, 5, 5, 5, 2 } #delete all 5 in this array a...Apr 15, 2023·1 min read
merjashourov.hashnode.devTo become a React developer, follow these steps:1. Learn JavaScript Fundamentals Before diving into React, make sure you have a strong foundation in JavaScript, including ES6 features like arrow functions, promises, async/await, and destructuring. React is built on JavaScript, so proficiency in t...Aug 19, 2022·3 min read
merjashourov.hashnode.devRun JavaScript Program On VS CodeOpen terminal => npm install prompt-sync vs code setting => search 'run in terminal' => check the box "const prompt = require('prompt-sync')(); ->write this code before your main code *# ctrl+shift+N => run program ctrl+shift+M => stop program*Aug 16, 2022·1 min read