How to Create a Virtual Environment in Python?

Install Virtual Environment  Virtual Environment को create करने के लिए पहले Virtual Environment को install करना होता है इसके लिए निचे दिए गए step को follow करे। अपने system के terminal या Command prompt को ओपन करे। अब निचे दिए गए command को लिखे और Read more

MySQL Create Database

डेटाबेस , data या records के collection को store और organized करता है। डाटाबेस से information / data को quickly access करने के लिए डाटा को tables, rows, columns, और indexes में organize किया जाता है। डेटाबेस को create करने के दो तरीके है। MySQL Read more

MySQL Introduction

What is Database? डेटाबेस , data या records के collection को store और organized करता है। डाटाबेस से information / data को quickly access करने के लिए डाटा को tables, rows, columns, और indexes में organize किया जाता है। What is MySQL? MySQL स्ट्रक्चर्ड क्वेरी Read more

Java Script Sets

JS Set unique वैल्यू का कलेक्शन होता है। Create Set Set Methods Method Description new Set() नया set create करे add() set में नया element add करना। delete() delete() मेथड, Set Object से specific value को remove करता है has() has () मेथड यह indicate Read more

Hoisting in Java Script

java script में hosting का अर्थ होता है की declaration से पहले हम function और variable का उपयोग कर सकते है। ऊपर दिया गया प्रोग्राम undefined return करेगा। ऊपर दिया गया प्रोग्राम निचे दिए गए प्रोग्राम की तरह behave करेगा। Hoisting , java script का Read more

Java Script Scope

Scope , JS code में variable की accessibility को determine करता है। Java Script में तीन प्रकार के Scope होते है। Block Scope Block Scope को ES6 (2015) में introduced किया गया।ES6 में दो नए JS keyword let और const को भी introduced किया गया Read more

Difference between var, let and const keywords in JavaScript

जावास्क्रिप्ट में, user 3 keyword का उपयोग करके variable को declare कर सकते हैं जो var, let और const हैं। इस आर्टिकल में, हम var, let और const कीवर्ड के बीच अंतर देखेंगे | var let const var keyword का functional और global scope होता Read more

JS this keyword

JavaScript में ,this कीवर्ड object को refer करता है। Alone, this keyword to the global object this कीवर्ड को अकेले use करने पर वह global object को refer करता है क्योकि यह global scope में रन करता है।by default , JS में window , global Read more

HTML Lists

HTML lists का उपयोग information की लिस्ट को specify करने के लिए किया जाता है। List एक या एक से अधिक List elements को contain करता है।< ul > : यह एक unordered List है। यह plain bullets का उपयोग करके item को List करता Read more

Commonwealth Games 2022

पहला Commonwealth Games 1930 में कनाडा के हैमिलटन शहर में हुआ था | जिसमे 11 देशों के खिलाड़ियों ने participate किया था | 1930 से 1950 तक राष्ट्रमंडल खेल को ब्रिटिश एम्पायर गेम्स कहा जाता था। 1954 से 1966 तक इस खेल को ब्रिटिश एंपायर Read more