MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / log

Method log

Data-Structures/Linked-List/SinglyLinkedList.js:285–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283
284 // Method to log the LinkedList
285 log() {
286 console.log(JSON.stringify(this.headNode, null, 2))
287 }
288
289 // Method to reverse the LinkedList
290 reverse() {

Callers 15

printCalMethod · 0.45
printBoardMethod · 0.45
printBoardMethod · 0.45
printBoardMethod · 0.45
SearchArrayFunction · 0.45
EvenFibonacciFunction · 0.45
ExampleIntervalTimerFunction · 0.45
printMethod · 0.45
printGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected