0
Whats wrong with my code
Why is appendChild showing nu ll https://code.sololearn.com/WxX5PeCfjkMg/?ref=app
3 Respostas
+ 2
😴😴😴
Remove space from here
<div id=" flexboxresults"></div>
+ 1
😴😴😴
There is single mistake in your code on this line
var textAnswer = document.createTextNode('You are'+ adays+ 'days old');
You are printing function adays. There should be days.
0
🅰🅹 (Challenge Accepted) can you help, it is still not running as I expected. Currently new to JavaScript
I am not able to figure out