MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / generateID

Function generateID

assets/js/ExpenseTracker.js:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 //5.5
54 //Generate Random ID
55 function generateID(){
56 return Math.floor(Math.random()*1000000000);
57 }
58
59 //2
60

Callers 1

addTransactionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected