What is the difference between the append() & appendChild()?
What is append()?
The append() method will insert DOMString objects as text nodes. The method has no return value. Let's say you have a ul and you want to add a p tag but only within the js file.
<html>
<head>
</head>
<body>
<ul ...
thesoulcoder.hashnode.dev3 min read