Javascript

Javascript events in hindi

Javascript events in hindi

Javascript events का इस्तेमाल खास करके HTML के elements के साथ interaction करने के लिए किया जाता है। Javascript की मदद छे HTML element के text या element की style को change कर सकते है। और Javascript की event user के द्वारा किसी button के click पर या , page loading पर javascript event को call करा सकते है। javascript event जैसे की  key press करना, window resizing 

Read More

Javascript events in hindi

Read More »

Create simple calculator using javascript in hindi

javascript simple calculator in hindi

Javascript का इस्तेमाल करके एक simple Calculator create करना,  Calculator create करने के लिए HTML, CSS, javascript का basic समझ होना जरुरी है!  | create simgple calculator using javascript in hindi

Read More

Create simple calculator using javascript in hindi

Read More »

Javascript Code को HTML webpage में कहा रख सकते है?

how to include javascript in html in hindi

Introduction हेलो दोस्तों हम इस post में javascript code को HTML document में किस जगह में setup( रख ) सकते है वह जानेगे|. HTML document में javascript code कही भी include कर सकते है लेकिन HTML file में javascript code को include करने के लिए सबसे पसिन्दा तरीका इस प्रकार है!. HTML file में javascript

Read More

Javascript Code को HTML webpage में कहा रख सकते है?

Read More »

Javascript string in hindi

Javascript string in hindi

String एक character का collection होता है या इसे हम इस तरह बी कह  सकते है की string character का एक sequence होता है|. मान लीजिये हमें कुछ लिखना है जैसे की ” Hello World ” तो उसे हम एक sring कह सकते है|. string को single और double quotes में लिख सकते है|. string को एक variable में store करा सकते है|.

Read More

Javascript string in hindi

Read More »

Javascript string methods in hindi

javascript string methods in hindi

javascript में string method and properties, string के साथ operation perfom करने में help करते है!. जैसे की string की length find करना string के specific word को chnage करने जैसे operation हम string method के help से कर सकते है!.

Read More

Javascript string methods in hindi

Read More »

JSON क्या है ? What is json in hindi

What is json in hindi

JSON का fullform JavaScript Object Notation है!. JSON का इस्तेमाल data को server से webpage पे send करने के लिए खास तोर पर इस्तेमाल किया जाता है!. JSON data store  और data transfer करने के लिए एक lightweight formate है!. JSON एक text-based data exchange formate है!. और data को key-value के formate में collection करता है!.जिसमे key हमेशा string formate में define की जाती है!. और value Number, String, Boolean, Array, Object,Null जैसे किसी बी type के हो सकते है!.

Read More

JSON क्या है ? What is json in hindi

Read More »

Javascript console and console methods in hindi

Javascript console and console methods

console.log() method javascript में सबसे ज्यादा इस्तेमाल की जाने वाली method है। इसका इस्तेमाल console में एक message या किसी function का response को check करने के लिए किया जाता है।  console log से string, number, boolean, array, HTML elements को console में output के रूप में देख सकते है।

Read More

Javascript console and console methods in hindi

Read More »

Javascript array method in hindi

Javascript array method

Javascript array method | forEach() method एक array में हर एक element के लिए function को call करती है!. empty array के लिए forEach() method  execute नहीं करती है!., Javascript array method जैसे की splice() method, filter() method, fill() method , copyWithin() method, toString() method

Read More

Javascript array method in hindi

Read More »

Javascript Data Type in Hindi

javascript datatype in hindi

Introduction Javascript के दो data types जैसे की Primitive Data Types Non-primitive Data Types Primitive Data Types String Number Boolean Null Undefined Javascript string data type For example: ‘hello this is rjtechyg’ or “hello this double quote rjtechyg” Example: Example: Javascript number data type Example: Javascript boolean data type Example: Example: Null and undefined in

Read More

Javascript Data Type in Hindi

Read More »