Author Topic: The Real JS  (Read 989 times)

Offline Yo ssi

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Aug 2019
  • Posts: 6799
  • Total likes: 2636
  • DansDeals.com Hat Tips 60
  • Gender: Male
    • View Profile
The Real JS
« on: October 07, 2020, 07:25:53 PM »
Enough of this JS anyone know some real JS (the language) that can help me a bit?
_    ,
' )  /
 /  / __   _   _   o
(__/_(_)  /_)_/_)_<_
 //
(/

Offline Cholentfresser

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Mar 2009
  • Posts: 1921
  • Total likes: 50
  • DansDeals.com Hat Tips 1
    • View Profile
Re: The Real JS
« Reply #1 on: October 07, 2020, 07:40:59 PM »
 Sure, what's up?  :)
In order to understand recursion, you first need to understand recursion.

Offline Yo ssi

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Aug 2019
  • Posts: 6799
  • Total likes: 2636
  • DansDeals.com Hat Tips 60
  • Gender: Male
    • View Profile
Re: The Real JS
« Reply #2 on: October 07, 2020, 07:49:22 PM »
Sure, what's up?  :)
I have the source code of a google chrome extension, is their any easy way to put that on a website?
_    ,
' )  /
 /  / __   _   _   o
(__/_(_)  /_)_/_)_<_
 //
(/

Offline Cholentfresser

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Mar 2009
  • Posts: 1921
  • Total likes: 50
  • DansDeals.com Hat Tips 1
    • View Profile
Re: The Real JS
« Reply #3 on: October 07, 2020, 07:54:47 PM »
I have the source code of a google chrome extension, is their any easy way to put that on a website?
I don't have much experience with extensions, but assuming it's all JS, it shouldn't be that big of a deal to put it into a website. One thing that comes to mind though is that are some things that browsers don't allow websites to do that they do allow extensions to do, such as opening multiple tabs at once.
In order to understand recursion, you first need to understand recursion.