Developer टूल अपडेट किया गया 3 महीने पहले

Unminify JS (Javascript)

Unminify, Format your messy JavaScript (JS) source code to make it easier and faster to read and understand.

Unminify JS Beautify Script Readable Code Developer Tool

उपयोग करें Unminify JS (Javascript)

संपादक में इसकी सामग्री लोड करने के लिए सीधे कोड फ़ाइल का URL पेस्ट करें।

आउटपुट

हो गया
टूल लिंक
क्लिपबोर्ड पर कॉपी हो गया।
इस उपकरण को बेहतर बनाने में मदद करें

सामग्री पढ़ें

जानें कि यह उपकरण कैसे काम करता है और इसका उपयोग कब करना है।

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” — Martin Fowler


What is Unminifying?

Unminifying or formatting source code is to reformation of source code to improve code readability, based on an analysis of the syntax for a human for some user-defined conventions like re-indenting codes lines, splitting the code into lines, creating blocks, adding white spaces at required places to make it easier and faster to read and understand.

    Difference of Unminified JS and Minified or non Beautified JS

Minified JS:

function loadData(parameter){$.get('https://www.google.com',function(data){console.log(data)
showData(data)});}
function showData(data){document.getElementById("set_data").innerHTML=data;}
window.onload=function(){console.log('page loaded')}
alert("Testing functionalities");

Unminify JS:

    function loadData(parameter){
        $.get('https://www.google.com', function(data) {
            console.log(data)
            showData(data)
        });
    }
    function showData (data) {
        // body... 
        document.getElementById("set_data").innerHTML = data;
    }
    window.onload = function(){
        console.log('page loaded')
    }
    alert("Testing functionalities");

How to use this Unminify JS 

You can Unminify your JS code by using this tool. This JS Unminifier tool is very simple to use. To Unminify JS just put the targeted webpage URL or paste JS code and click Beautify Button. Booom, your Unminifed code is ready for use. Now you can copy your code or download it.

टिप्पणियाँ (0)

उपयोगकर्ता चर्चा, असामान्य परिस्थितियाँ, और अनुवर्ती सुझावों के लिए।
टिप्पणी करें
आपकी टिप्पणी सबमिट करने के बाद सार्वजनिक रूप से दिखाई देगी।
अभी तक कोई टिप्पणी नहीं। टिप्पणी करने वाले पहले व्यक्ति बनें!
हमें बताएं!
इस उपकरण में समस्या की रिपोर्ट करें

आपको जो समस्या आई, उसका वर्णन करें ताकि हम इसकी जांच कर सकें और टूल में सुधार कर सकें।

सबसे ज्यादा मदद क्या करता है
इनपुट, अपेक्षित परिणाम, वास्तविक परिणाम, ब्राउज़र/डिवाइस, और जब सहायक हो तो एक स्क्रीनशॉट शामिल करें।
स्क्रीनशॉट बटन ब्राउज़र में पृष्ठ को कैप्चर करता है और उत्पन्न छवि को इस फॉर्म से संलग्न करता है।
पूरे पेज का स्क्रीनशॉट
आपके ब्राउज़र में newisty के साथ कैप्चर किया गया।
अभी तक कोई स्क्रीनशॉट नहीं लिया गया है।
उपकरण रिपोर्ट