Skip to content

Instantly share code, notes, and snippets.

View divya-kanak's full-sized avatar
✌️
I M 1 of U

Divya Kanak divya-kanak

✌️
I M 1 of U
View GitHub Profile
  • Open terminal

  • Open httpd.conf file

sudo nano +488 /opt/lampp/etc/httpd.conf
  • Find below line
# Virtual hosts
@divya-kanak
divya-kanak / js-function-object.markdown
Created January 16, 2020 10:58
JS function = object
@divya-kanak
divya-kanak / index.html
Last active January 16, 2020 08:10
Use case of .slice() and concatenation?
<!DOCTYPE html>
<html>
<body>
<h2>Your solution:(without +1)</h2>
<div class='output'>
<ul>
</ul>
</div>
<hr>
<h2>Tutorial solution:(with +1)</h2>