Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 2ea705d

Browse files
Create script.js
1 parent 1e115d3 commit 2ea705d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

script.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
var subscriberCount = [],viewCount=[],commentCount=[],videoCount = [];
2-
3-
$(document).ready(function(){
4-
this.keyword = 'Developers@Work';
5-
searchCode(this.keyword);
6-
var i=0;
7-
//for(i=0;i<temp.length;i++){
8-
countCode(channelId[i] , i);
9-
displaychannelscount(i);
10-
//}
11-
});
122

133
function getNewChannel(){
144
document.getElementById('display').innerHTML = '';

0 commit comments

Comments
 (0)