Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ create-next-step.ts
File
create-next-step.ts
tools/challenge-helper-scripts/create-next-step.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ getLastStep } from
'./helpers/get-last-step-file-number.js'
;
2
import
{ insertStep } from
'./commands.js'
;
3
4
void insertStep(getLastStep().stepNum + 1);
Callers
nothing calls this directly
Calls
2
insertStep
Function · 0.85
getLastStep
Function · 0.85
Tested by
no test coverage detected