JavaScript-Data-Structures-Tutorial icon indicating copy to clipboard operation
JavaScript-Data-Structures-Tutorial copied to clipboard

Fix: Initialize removedNode in removeValue method

Open CybertronianKelvin opened this issue 10 months ago • 0 comments

Description

This PR fixes an issue where the variable removedNode was not declared in the removeValue method of linked-list.js. Declaring the variable ensures proper scoping and prevents potential runtime errors.

Related Issue

Fixes # (if applicable)

Type of Change

  • [x] Bug fix (non-breaking change which fixes an issue)

CybertronianKelvin avatar Jan 30 '25 17:01 CybertronianKelvin