MCPcopy Create free account
hub / github.com/codemistic/Web-Development / render

Function render

Save Links Extension/index.js:17–30  ·  view source on GitHub ↗
(Leads)

Source from the content-addressed store, hash-verified

15
16
17function render(Leads){
18 let listItems = ""
19 for (let i = 0; i < Leads.length; i++) {
20 listItems += `
21 <li>
22 <a target = '_blank' href ='${Leads[i]} '>
23 ${Leads[i]}
24 </a>
25 </li>
26 `
27
28 }
29 ulEl.innerHTML = listItems
30}
31
32deleteBtn.addEventListener("dblclick",function(){
33 localStorage.clear()

Callers 15

Job_ApplicationsFunction · 0.85
applyFunction · 0.85
script.jsFile · 0.85
index.jsFile · 0.85
index.jsFile · 0.85
indexFunction · 0.85
all_empFunction · 0.85
add_empFunction · 0.85
remove_empFunction · 0.85
filter_empFunction · 0.85
App.test.jsFile · 0.85
homeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected