html

mail@pastecode.io avatar
unknown
html
a year ago
1.2 kB
4
Indexable
Never
      <div class="col-3">
        <div class="card h-100">
          <div class="m-2 mt-0">
            <img class="img-fluid" src="https://upload.wikimedia.org/wikipedia/commons/a/a4/JavaScript_code.png" alt="Screenshot">
            <p style="font-size: 15px" class="lead">Screenshot of Javascript source code</p>
          </div>

          <div class="card-body">
            <p><strong>Paradigm</strong> <br> Multi-paradigm: event-driven, functional, imperative, procedural, object-oriented programming</p>
            <p><strong>Designed by</strong> <br> Brendan Eich of Netscape initially; others have also contributed to the ECMAScript standard</p>
            <p><strong>First appeared</strong> <br> December 4, 1995; 27 years ago</p>
            <p><strong>Stable release</strong> <br> ECMAScript 2021 Edit this on Wikidata / June 2021; 2 years ago</p>
            <p><strong>Preview release</strong> <br> ECMAScript 2022 Edit this on Wikidata / 22 July 2021; 2 years ago</p>
            <p><strong>Typing discipline</strong> <br> Dynamic, weak, duck</p>
            <p><strong>Filename extensions</strong> <br> <code>.js .cjs .mjs</code></p>  
          </div>
        </div>