en
Feedback
Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Boo

Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books

Open in Telegram

One place for the latest in JavaScript, Python, Django, React, and more. Get top-notch tutorials, tips, and downloadable resources. Join us to elevate your tech skills!

Show more
4 217
Subscribers
No data24 hours
-77 days
-1630 days
Posts Archive
To check if a variable is an array in JavaScript, you can use the Array.isArray() method. let myVariable = [1, 2, 3]; let isItArray = Array.isArray(myVariable); console.log(isItArray); // Output: true

The typeof operator in JavaScript is used to determine the data type of a variable or an expression. let x = 10; let y = "Hello"; console.log(typeof x); // Output: "number" console.log(typeof y); // Output: "string"

In JavaScript, keys in an array are the numeric indices used to access its elements. Arrays start counting from 0, so the first element is at index 0, the second at index 1, and so on. let myArray = [10, 20, 30]; console.log(myArray[0]); // Output: 10

split() method in JavaScript - Ans - split() method is used to split a string into an array of substring.

Just Screen Recorded a JavaScript Method for you guys. Hope you learn something from this. #JavaScript #js

JavaScript Complete free Resources 1/ Websites: πŸ“Œ http://freecodecamp.org πŸ“Œ http://javascript.info πŸ“Œ http://javascriptquiz.com πŸ“Œ http://developer.mozilla.org πŸ“Œ http://eloquentjavascript.net πŸ“Œ http://w3schools.com πŸ“Œ http://khanacademy.org πŸ“Œ http://codecademy.com πŸ“Œ http://learn-js.org 2/ Books: πŸ“• Eloquent JavaScript πŸ“• JavaScript: The good parts πŸ“• Learn JavaScript visually πŸ“• JavaScript: The definitive guide πŸ“• A smarter way to learn JavaScript πŸ“• You Don't Know JS πŸ“• Effective JavaScript πŸ“• Speaking JavaScript 3/ YouTube Channels: ▢️ Traversy Media ▢️ Programming with Mosh ▢️ Web Dev Simplified ▢️ Academind ▢️ Fireship ▢️ Dev Ed 4/ Podcasts: πŸ“» Syntax πŸ“» JavaScript Jabber πŸ“» Modern Web πŸ“» Full-stack radio πŸ“» Codepen Radio πŸ“» ShopTalk πŸ“» JAMstack Radio 5/ Coding Challenge Platforms: 🧩 http://codewars.com 🧩 http://codingame.com 🧩 http://coderbyte.com 🧩 http://exercism.io 🧩 http://edabit.com 6/ Mobile Apps: πŸ“± SoloLearn πŸ“± Codemurai πŸ“± Mimo πŸ“± Grasshopper πŸ“± Programming Hero πŸ“± Programming Hub

What is the behavior of the following JavaScript function? function someFunction(n) { while (true) { console.log(n); } }
Anonymous voting

I will post small byte sized topics for you everyday. 😊 read πŸ“š them and learn them...

Correct answer is: ["Orange", "Lemon"] Why? - Answer- The slice() method in JavaScript extracts a section of array. Here fruits.slice(1, 3) will start extracting the elements from index 1 upto index 3. However index 3 element will not be included in the returned array by splice method. Questions arises- what is array? What is index in array?

What will be the Output? const fruits = ["Banana", "Orange", "Lemon", "Apple", "Mango"]; const citrus = fruits.slice(1, 3);

Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books: Chat group link https://t.me/+2KE896TMwHkxOWE1 Resources aka PDfs and Ebooks group link https://t.me/+eweUkdFwlho4YjRl πŸ˜’πŸ˜’ don't leave this group, i will share items here πŸ˜€