JavaScript Component Create a Star Rating Project
Created by Laurence S about a year ago
0
No description provided
1 Comment
0
function createEtements(parent,elType,myCtass){ const el = document. createElement(elType) ; et.ctassList.add(myCtass); parent. append(et); return et; }
can you help me more on the function params passed here?
show more answers
Your comment