Editorial

Editorial

JavaScript Output

JavaScript में Output का मतलब है किसी जानकारी, result या message को user तक दिखाना। जब हम JavaScript सीखते हैं, तो सबसे पहले यह समझना जरूरी होता है कि हमारा लिखा हुआ code क्या result produce कर रहा है और…

JavaScript Where To

JavaScript को HTML में कहाँ लिखा जाता है? JavaScript code को HTML document में अलग-अलग तरीकों से लिखा जा सकता है। इसका मतलब यह है कि JavaScript को हम HTML file के अंदर ही add करते हैं ताकि browser उस…

JavaScript Introduction

JavaScript क्या है? JavaScript एक scripting language है जिसका उपयोग websites को interactive और dynamic बनाने के लिए किया जाता है। यह language browser के अंदर run होती है और user के actions के अनुसार तुरंत response देती है। JavaScript…

JavaScript Tutorial in Hindi

JavaScript क्या है? JavaScript एक popular और powerful programming language है जिसका उपयोग websites को interactive और dynamic बनाने के लिए किया जाता है। जब आप किसी website पर button click करते हैं, form submit करते हैं, popup message देखते…

Sass Color Functions

Sass Color Functions क्या है? Sass Color Functions का उपयोग colors के साथ काम करने के लिए किया जाता है। ये functions colors को modify, mix, lighten, darken और analyze करने में मदद करती हैं। Sass Color Functions की मदद…

Sass Introspection Functions

Sass Introspection Functions क्या होता है? Sass Introspection Functions का उपयोग Sass के अंदर मौजूद data और environment की जानकारी निकालने के लिए किया जाता है। ये functions यह जानने में मदद करती हैं कि कोई value किस type की…

Sass Selector Functions

Sass Selector Functions क्या है? Sass Selector Functions का उपयोग CSS selectors के साथ काम करने के लिए किया जाता है। Selector का मतलब होता है वह pattern जिससे HTML elements को target किया जाता है, जैसे div, .class, #id,…

Sass Map Functions

Sass Map Functions क्या है? Sass Map Functions का उपयोग Sass maps के साथ काम करने के लिए किया जाता है। Map एक key-value pair data structure होती है, जिसमें हर value एक unique key से जुड़ी होती है। यह…

Sass List Functions

Sass List Functions क्या हैं? Sass List Functions का उपयोग Sass lists के साथ काम करने के लिए किया जाता है। List का मतलब होता है values का एक collection, जिसे एक ही variable में store किया जाता है। यह…

Sass Numeric Functions

Sass Numeric Functions क्या हैं Sass Numeric Functions का उपयोग numbers के साथ calculations और processing करने के लिए किया जाता है। ये numbers CSS properties जैसे width, height, margin, padding, font-size, opacity और z-index आदि में बहुत commonly इस्तेमाल…

Sass String Functions

Sass String Functions क्या हैं? Sass String Functions का उपयोग text यानी string values के साथ काम करने के लिए किया जाता है। String का मतलब होता है कोई भी text value, जैसे “Hello”, “Sass Tutorial” या “btn-primary”। CSS में…

Sass Functions

Sass Functions क्या होते हैं? Sass Functions ऐसे predefined या user-defined tools होते हैं जो किसी value को process करके नया result return करते हैं। यह functions बिल्कुल programming language के functions की तरह काम करते हैं, लेकिन इनका उपयोग…