これを実行すると:
var vtop=Posts.findOne({},{sort: {created_at:-1},reactive:false}).created_at;
console.log(vtop);
「Uncaught TypeError: Cannot read property 'created_at' of undefined」というエラーが表示されますがPosts.findOne({},{sort: {created_at:-1},reactive:false}).created_at;
、Web コンソールで実行すると、期待どおりの結果が得られます。