Skip to content
Home » Archives for admin » Page 33

admin

Python Tutorial

  • by

Python is a interpreted, high level language created by Guido van Rossum in year 1991.

JS: push() Method

  • by

The JavaScript <span style="color:#a30000" class="tadv-color">push()</span> method is part of array class. It pushes an element at the end of the array. It is possible to… Read More »JS: push() Method

JS: Join() Method

  • by

The <span style="color:#a30500" class="tadv-color">join()</span> method from string class, join the characters or words of a string. This method is useful in some operations where we… Read More »JS: Join() Method