OneCompiler

Hello

hello **guys ** how are you

 
```java
 

3 Answers

1 year ago by
  • bje

hnnnn

hello guys
*hi *

1 year ago by Books of Life

Your code challange has been solved. There are issues in your HTML and JS files.

HTML:

<link rel="stylesheet" href="styles.css">
   <script src="script.js"></script>
    <div class="editor-container">
      <div class="output-header">Editor</div>
      <input id="editor" />
    </div>
    
    <div class="button-container">
        <button id="run-btn">Execute</button>
        <button id="clear-btn">Clear</button>
    </div>
    
    <div class="output-container">
        <div class="output-header">Output</div>
        <div id="output"></div>
    </div>
</div>
 

JS:
Add it before output variable;

  const editor = document.getElementById('editor');
11 months ago by Mazahir Ali

hola amigo

1 month ago by ReyMorado