JQuery append return value

HTML

<div id="a"></div>

JavaScript

alert($('#a').append('<span>aaaaa</span'));